Skip to main content
GET
List All Senders
This endpoint returns a list of all sender IDs—such as alphanumeric names or registered short codes—that are authorized for use on your account.

Headers

X-API-Key
string
required
Your secret API key used to authenticate the request.

Query Parameters

sortBy
string
The field used to sort the results.Choices: balance, createdAt
sortDirection
string
The direction of the sort.Choices: asc, desc
page
number
default:1
The page number to retrieve for pagination.
limit
number
default:50
The number of sender records to return per page.

Response Body

senders
object[]
An array of authorized sender objects.
total
number
The total count of sender identities available.