Get Company by ID
Endpoint: GET /companies/{id}
Authentication: X-API-Key: {{apiKey}}
Request
Headers
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | X-API-Key for authentication |
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| id | string (uuid) | Yes | The unique identifier of the company |
Request Schema
{
"headers": {
"X-API-Key": "{{apiKey}}"
},
"path": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
}