List customers

List all customers for your program. The results are ordered by lastName then firstName. Each customer object will contain an additional property, customerCount, which can be used in combination with the pageNumber and pageSize query params to paginate results. All customers, regardless of any flags or status, will be 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