Customers
List all customers
GET
/
customers
This endpoint is paginated to improve its performance. The example below shows how to fetch multiple pages.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Filter by reference provided on creation.
Number of records to return. Default is 20. Maximum is 100.
A cursor for use in pagination. The cursor indicates where to start fetching the results.