Intercode SaaS Kit
Search...
Ctrl
K
Basics
Endpoints List
Email
Previous
Demo
Next
Export Document
Last updated
5 months ago
GET
Sends a test email.
get
/email/send
Responses
200
Email sent successfully
application/json
500
Internal server error
application/json
cURL
JavaScript
Python
HTTP
Copy
curl -L \
--url '/email/send'
200
500
Copy
Email sent successfully!
GET
GET
Sends a test email.