Skip to main content
GET
List customers

Authorizations

X-Api-Key
string
header
required

Query Parameters

status
enum<string>

Filter by customer status

Available options:
pending,
active,
deactivated

Free-text search on name or metadata values

limit
integer
default:10

Maximum number of items per page

Required range: 1 <= x <= 100
after
string

Cursor for the next page — pass the next_cursor value from the previous response

Example:

"con_a1b2c3d4"

Response

Customers list

customers
object[]
required

List of customers

pagination
object
required