Authorize Company
Endpoint: PUT /companies/authorize/{authorizationUid}
Authentication: Bearer Token (required)
Request
Headers
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | Bearer token for authentication |
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| authorizationUid | string (uuid) | Yes | The unique identifier of the authorization request or invitation to approve |
Request Schema
{
"headers": {
"Authorization": "Bearer <token>"
},
"path": {
"authorizationUid": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
}