Send SMS to an endpoint
Authentication
An auth_token should be provided to authenticate a session.
To obtain an auth_token, see the /api/v1/authenticate POST request.
Path parameters
Request
The SMS message content.
Must be UTF-8 encoded.
Maximum 160 characters for a single SMS, or use udh for longer messages.
The sender identifier displayed on the recipient’s device. Can be an MSISDN (phone number), short code, or alphanumeric string. Alphanumeric strings are limited to 11 characters per GSM specifications.
Defines the format of source_address.
Required when using alphanumeric sender IDs.
The callback identifier for Person-to-Application (P2A) SMS. When set, incoming SMS responses are forwarded to the API callback URL configured in your service profile.
User Data Header for concatenated SMS.
Encoded as a hexadecimal string following 3GPP TS 23.040.
For example, 050003CC0201 indicates message 1 of 2 in sequence CC.
Data Coding Scheme per 3GPP TS 23.038.
Controls character encoding (for example, 0 for GSM 7-bit default alphabet, 8 for UCS2/UTF-16).