Skip to main content
POST
Send SMS (US)
This endpoint is for sending SMS from US Allo phone numbers. For sending SMS in France, see Send SMS (France).

Authorizations

Authorization
string
header
required

Scope needed: SMS_SEND

Body

application/json

Request body for sending an SMS message (US)

from
string
required

Your Allo phone number (must be owned by your account)

Example:

"+1234567890"

to
string
required

Recipient phone number (E.164 format, same country as 'from')

Example:

"+0987654321"

message
string
required

Message content

Required string length: 1 - 1000
Example:

"Hello, this is a test message"

Response

SMS sent successfully

Standard response wrapper for sent SMS

data
object

Sent SMS message details