GET
/
customers

Authorizations

x-api-key
string
headerrequired

Query Parameters

page
integer
required

Page number to retrieve (starts from 1)

Required range: x > 1
pageSize
integer
required

Number of items to return per page

Required range: 1 < x < 100

Response

200 - application/json
id
string

Unique identifier for the customer

name
string

Name of the customer organization

sendingPhoneNumber
string

Primary phone number used for sending messages

smsMessagingProfileId
string

Identifier for the SMS messaging profile

smsBearerToken
string

Bearer token for authenticating SMS requests

createdAt
string

Timestamp when the customer account was created

updatedAt
string

Timestamp when the customer account was last updated