Skip to main content

Authorize Company

Endpoint: PUT /companies/authorize/{authorizationUid}

Authentication: Bearer Token (required)

Request

Headers

NameTypeRequiredDescription
AuthorizationstringYesBearer token for authentication

Path Parameters

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

Request Schema

{
"headers": {
"Authorization": "Bearer <token>"
},
"path": {
"authorizationUid": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
}