Retrieve a customer list
Get a paginated list of your customer profiles.
| Filtering | Pagination |
|---|---|
| Filter the customers that you want to retrieve, for example, only retrieve customers created within a specific date range. Parameters used for filtering:
| View customers without loading all of them at once, for example, return a specified number of customers per page. Parameters used for pagination:
|
To paginate through all results:
- Make an initial request with the desired
limitand any filter parameters. - If more results are available, the response includes a
next_page_token. - Pass
next_page_tokenaspage_tokenin your next request, keeping all other parameters unchanged. - Repeat until
next_page_tokenis no longer present in the response.
Request
Response
OK