Skip to main content

List Customers

GET 

/customers

Retrieves a list of customers from the system.

If a cursor is provided, the results are returned using cursor-based pagination with a configurable sort direction. If no cursor is provided, the full list of customers is returned.

Returns an empty list if no customers exist.

Note: When using paginated results, the first page will always include the special 'guest' customer as first item.

Request​

Responses​

If a cursor is provided, a paginated list of customers will be returned. Otherwise, the full list of customers will be returned.