Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Send an email
The body is of type object
.
Response
Email sent successfully
The response is of type object
.
Send emails
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Send an email
The body is of type object
.
Email sent successfully
The response is of type object
.