All requests must include the
Authorization: Bearer YOUR_API_KEY header. Requests and responses use Content-Type: application/json.List Sender IDs
Endpoint
Request
Response
200 — Success
Response Fields
string
Indicates the outcome of the request. Either
"success" or "error".array
An array of Sender ID objects associated with your account.
string
Unique identifier for the Sender ID record.
string
The Sender ID string as it appears to message recipients.
string
Approval status of the Sender ID. One of
pending, approved, or rejected.string
ISO 8601 timestamp indicating when the Sender ID was submitted.
Register a Sender ID
Endpoint
"approved".
Request
Request Body Parameters
string
required
The Sender ID you want to register. Maximum 11 alphanumeric characters (letters and numbers only; no spaces or special characters). This is the name recipients will see when they receive your messages.
Response
201 — Created
Response Fields
string
Indicates the outcome of the request. Either
"success" or "error".object