List customers
Return a list of all customer records
filter.externalId request parameter to retrieve just the customers with a given externalId.
By default, the API returns only the first 10 records. Use offset and limit request parameters for paging.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Offset of the page.
Size of the page.
Optional external identifier for querying by
Response
OK
API response DTO with a list of items.
Success status of the operation based on status code (2xx range).
true
Optional message to provide additional information about the operation result.
null
Optional error details in case of an error(s).
Optional reference URI to point to the resulting resource.
Returned data instance.
Number of items returned in the list.
10
Indicates, whether there are more items to be returned in the list, that are not included in the limit of this request.
true