Get customer by UUID

Retrieve a single customer record by UUID.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

customerUuidstringRequired

Headers

vnd.a1.tenant-idstringOptional

Tenant identifier for multi-tenant environments

Query parameters

includestringOptional

Comma-separated list of field paths to return. Supports nested paths.

Response

Successful Response
uuidstring
entityNamestring
tradingNamestring
regionCodestring
emailstringformat: "email"
contactNamestring
phoneobject
addressobject
registrationNumberstring
invoiceTermLengthdouble
companyUuidstring

Errors

404
Not Found Error