Send basic message
Callback request example (DLR - delivery notification)
POST /<callback_url>
{
"error": "000",
"from": "18888112345",
"message_id": "8bd71f49-6f42-4729-bf5e-ecf857747633",
"status": "DELIVERED",
"to": "16197012345",
"type": "DLR"
}EC
ERROR DESCRIPTION
Callback request example (MO - mobile originated message)
POST /<callback_url>
Authorizations
X-API-KEYstringRequired
API key header.
Body
fromstringRequiredDefault:
Defines which sender name is going to be visible to the customer once the message has been received on the mobile handset
YourCompanytostringRequiredDefault:
Defines a number to which the message is being set
447916123456textstringRequiredDefault:
The message text which is being sent to the mobile handset
Your one time pin code is 123456callback_urlstringOptionalDefault:
Optional URL to which updates related to message delivery will be received
""Responses
200
200
application/json
or
400
400
application/json
401
401
application/json
429
429
application/json
500
500
application/json
post
/v1.0/sendLast updated

