Clients
Retrieve a Client
OAuth Scope
This endpoint requires the following OAuth scope read_customers.
get/company/{uuid}.json
Path parameters
uuidstring uuid required
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"
}