Get Company by UUID

Retrieve a single company record by UUID. Response is filtered to public fields for OAuth clients.

Authentication

AuthorizationBearer

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

Path parameters

uuidstringRequiredformat: "uuid"
UUID of the company

Headers

vnd.a1.tenant-idstringOptional

Tenant identifier for multi-tenant environments

Query parameters

includestringOptional

Comma-separated list of field paths to return (e.g. name,tradingName,address,phone,registrationNumber).

Response

Successful Response
uuidstringOptionalformat: "uuid"
namestringOptional
tradingNamestringOptional
addressobjectOptional
phoneobjectOptional
registrationNumberstringOptional

Errors

404
Not Found Error