v1

latestOpenAPI 3.0.02026-08-04361225.7 KB
Clients

Get client by ID

Retrieves a single client account by ID

get/api/clients/{id}

Path parameters

idstring uuid required

Client UUID

Response

Client details

idstring required

Client unique identifier

namestring required

Client/company name

emailobject nullable required

Contact email address

lookupKeyobject nullable required

Lookup key for external integrations

createdAtstring date-time required

Creation timestamp

updatedAtobject nullable required

Last update timestamp

Example response

{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "name": "Acme Corporation",
  "createdAt": "2025-01-01T00:00:00.000Z"
}