Customers
Retrieve all customers with pagination
Returns a paginated list of all customers. Use page and pageSize parameters to control the number of results returned. Results are sorted by creation date in descending order.
GET
/
customers
Authorizations
Query Parameters
Page number to retrieve (starts from 1)
Required range:
x > 1
Number of items to return per page
Required range:
1 < x < 100
Response
200 - application/json
Unique identifier for the customer
Name of the customer organization
Primary phone number used for sending messages
Identifier for the SMS messaging profile
Bearer token for authenticating SMS requests
Timestamp when the customer account was created
Timestamp when the customer account was last updated
Was this page helpful?