Emails API
Send Email
Send an email through our SMTP server
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Details of the email to send
The body is of type object
.
Response
200
Email sent successfully