Get all senders

Description

Summary: Retrieves a paginated list of all senders associated with your account. Details: This endpoint returns a collection of sender resources. Results are paginated and can be filtered by various criteria including sender type, status, and value. Use the query parameters to control pagination and narrow down results.

Authentication & Scopes

Authentication is handled via an API key provided in the Authorization header. No OAuth scopes are defined; access is granted or denied based on the validity of the key.

MethodDetails
API KeyPass your API key directly in the Authorization header value (not as a Bearer token).

Headers

HeaderRequiredDescription
AuthorizationYesThe API key that verifies your access to the API.
acceptNoExpected response format. Default: application/json.

Parameters

ParameterTypeLocationRequiredDescription
pageintegerQueryNoThe page number to retrieve. Default: 1.
itemsPerPageintegerQueryNoThe number of items to return per page. Default: 30.
senderType[]stringQueryNoFilter by one or more sender types (pass multiple values).
status[]stringQueryNoFilter by one or more sender statuses (pass multiple values).
valuestringQueryNoFilter senders by value (e.g., phone number or alphanumeric name).

Request Body

This endpoint does not use a request body.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
string
string
string
string
Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json