Retrieve a Client
OAuth Scope
This endpoint requires the following OAuth scope read_customers.
Path parameters
UUID of the Client
Response
Client record retrieved successfully
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.126
- ▲
the
is_individualresponse's property type/format changed fromstring/tointeger/for status200response-property-type-changed
- ●
added the new
0.00enum value to theis_individualresponse property for the response status200response-property-enum-value-added
- ●
added the new
1.00enum value to theis_individualresponse property for the response status200response-property-enum-value-added
- ○
the response optional property
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
404response-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
- ○