Skip to main content
POST
Send a simple message (POST request)

Authorizations

x-api-key
string
header
required

Body

application/x-www-form-urlencoded
phone_number
string
required
message
string
required
sender
string
required

Response

Simple message sent successfully

request_id
string

Unique request identifier.

Example:

"bc36f3d1-d284-463a-921b-a3560c154649"

message_id
string

Unique message identifier.

Example:

"bc36f3d1-d284-463a-921b-a3560c154649"

accepted
boolean

True if the message was accepted, false if rejected.

Example:

true