v1
latestOpenAPI 3.1.02026-07-2414238909.1 KBSend an SMS
Sending a single SMS is one of the most common tasks performed on the Routee Platform.
post/sms
Headers
Content-Typestring required
application/json
Authorizationstring required
Bearer {access_token}
Request body
Response
200
Example response
{
"trackingId": "7f09f8cc-725a-4519-a1be-d867502bb732",
"status": "Queued",
"createdAt": "2017-02-17T12:23:50.403Z",
"from": "amdTelecom",
"to": "+306912345678",
"body": "A new game has been posted to the MindPuzzle. Check it out",
"bodyAnalysis": {
"parts": 1,
"characters": 58
}
}