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
uuid
UUID of the company
Headers
vnd.a1.tenant-id
Tenant identifier for multi-tenant environments
Query parameters
include
Comma-separated list of field paths to return (e.g. name,tradingName,address,phone,registrationNumber).
Response
Successful Response
uuid
name
tradingName
address
phone
registrationNumber
Errors
404
Not Found Error
