Skip to main content
POST
Send a single text message

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Idempotency-Key
string

UUID — when present, deduplicates repeat submissions. See /api-reference/idempotency.

Body

application/json
to_number
string
required

Destination in E.164 format

Pattern: ^\+[1-9]\d{1,14}$
message
string
required

The text to send, exactly as the recipient should see it

Required string length: 1 - 1600

Response

Success

data
object
required