v1
latestOpenAPI 3.1.02026-07-24700259.3 KBSMS
Send SMS
Send an SMS message to one or more numbers, up to a maximum of 100 numbers.
post/sms/send
Request body
Example request
{
"destination": [
"+12025550959"
]
}Response
SMS Sent
Example response
{
"data": {
"statuses": {
"queued": 1
},
"total_sent": 1,
"messages": [
{
"destination": "+12025550959",
"message_id": "d6b0e06d-f031-4485-8e92-8141816b3a22",
"status": "queued"
}
]
},
"request_id": "13ab6f3a-ddea-11eb-b4ce-1002b51e60a4"
}