List customers

Retrieve all customers for your program. Results are ordered by lastName then firstName. Each customer object includes a customerCount property, which can be used with the pageNumber and pageSize query parameters to paginate results. All customers, regardless of status, are returned.

Query Params
integer
0 to 200
Defaults to 0

Which page of the results to return. Use 0 to get the first page.

integer
0 to 200
Defaults to 200

How many results to return on each page. Maximum is 200.

string
enum

Limit which type of customers are returned. If no value is passed, all customers are returned.

Allowed:
Responses

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json