This is your first endpoint! Edit this page to start documenting your API.

Response format

On success, response header HTTP status code will be 200 OK and the message will be sent. If you try to send message without authorization, you will receive an error 401 Unauthorized.

Request Headers

HeaderTypeDescriptionRequired
Content-TypestringShould be "application/json".Yes
AuthorizationstringAPI key for authentication (Bearer <your_api_key>).Yes

Request Body

Root Object

FieldTypeDescriptionRequired
messagesarray<object>List of messages to be sent.Yes

messages (Array of Objects)

FieldTypeDescriptionRequired
destinationsarray<object>List of recipients.Yes
fromstringSender name or number.Yes
textstringMessage text content.Yes

destinations (Array of Objects)

FieldTypeDescriptionRequired
tostringRecipient phone number in international format.Yes
Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!