v1
latestOpenAPI 3.0.32026-08-0422127127.8 KBSMS
Send SMS
Send a message from sender to recipient using the values shown in the parameters section.
post/v2/sms
Request body
Response
The SMS that was sent
Example response
{
"id": "2d2c8fb6-e514-4f5f-9706-0672b0259218",
"recipient": "61478038915",
"recipient_country": "AU",
"sender": "61481074185",
"sender_country": "AU",
"message_ref": "ncc1701d",
"message": "Report to the ready room! Opt-out reply STOP",
"status": "delivered",
"sms_count": "1",
"is_gsm": true,
"routed_via": "",
"track_links": true,
"direction": "OUT",
"created_at": "2022-03-28T06:12:52.450674000Z",
"updated_at": "2022-03-28T06:12:52.450674000Z"
}