List all Clients
Filtering
This endpoint supports result filtering. For more information on how to filter this request, go here.
OAuth Scope
This endpoint requires the following OAuth scope read_customers.
Response
An array of Clients
Example response
[
{
"uuid": "123e4567-d900-4b77-9a4a-23f943cc1dcb",
"edit_date": "2026-03-01 12:00:00",
"tax_rate_uuid": "123e4567-f71c-4478-8120-23f9441f6b2b"
}
]Changes
Changed in 2 of the 50 revisions of this API.125
- ▲
the
items/is_individualresponse's property type/format changed fromstring/tointeger/for status200response-property-type-changed
- ●
added the new
0.00enum value to theitems/is_individualresponse property for the response status200response-property-enum-value-added
- ●
added the new
1.00enum value to theitems/is_individualresponse property for the response status200response-property-enum-value-added
- ○
the response optional property
items/is_individualbecame read-only for the status200response-optional-property-became-read-only
- ▲
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
added the non-success response with the status
500response-non-success-status-added
- ○