cURL
curl --request POST \ --url https://api.amisend.com/broadcasts/{id}/send \ --header 'Authorization: Bearer <token>'
{ "message": "Emails queued" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the broadcast
Emails queued successfully
The response is of type object.
object