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