Customers
List Customers
Required permissions: customers.read.*
GET
https://{primary_domain}/api/public/v2.0
/
customers
Query Parameters
Maximum number of items in a page.
Page number of query.
Whether or not deleted items are included.
Attribute to order query by.
Direction to order query by.
Available options:
asc
, desc
Value of attribute to filter query by.
Comparison operator to filter query by.
Available options:
Equal
, NotEqual
, Contains
, GreaterThan
, GreaterThanOrEqual
, LessThan
, LessThanOrEqual
, IsNull
, NotNull
Attribute to filter query by
Response
200 - application/json
A list of Customer resource objects.
Current page number.
URL to fetch the first page.
Last page number.
URL to fetch the last page.
URL to fetch the next page.
Current URL.
Number of items per page.
URL to fetch the next page.
Total number of items.