Skip to main content

Authorize Company

Endpoint: PUT /companies/authorize/{authorizationUid}

Authentication: X-API-Key: {{apiKey}}

Request

Headers

NameTypeRequiredDescription
AuthorizationstringYesX-API-Key for authentication

Path Parameters

NameTypeRequiredDescription
authorizationUidstring (uuid)YesThe unique identifier of the authorization request or invitation to approve

Request Schema

{
"headers": {
"X-API-Key": "{{apiKey}}"
},
"path": {
"authorizationUid": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
}