Send message
Archived
POST https://api.clickatell.com/rest/messageJSON
Request
POST /rest/message HTTP/1.1
HOST: api.clickatell.com
X-Version: 1
Content-Type: application/json
Authorization: Bearer [Your Authorization Token]
Accept: application/json
{"text":"Test Message","to":["2799900001", "2799900002"]}Response
HTTP/1.1 202 Accepted
Content-Type: application/json
{
"data":{
"message":[
{
"accepted":true,
"to":"2799900001",
"apiMessageId":"a55b8f8d56f33440e993aa614c68bf8b"
},
{
"accepted":true,
"to":"2799900002",
"apiMessageId":"7f1d32762f6db11f3b7d2aaca2aaf362"
}
]
}
}