v1

latestOpenAPI 3.1.02026-07-24300110.4 KB

POST Authorization

Creates an authorization based on an email or an existing authorization_request

post/v2/exchange/authorizations

Query parameters

request_idstring required

The ID of the authorization request. This OR the "email" field must be provided.

emailstring required

Email address of the person getting access. This OR the "request_id" field must be provided.

access_group_idsstring[]

Optional: IDs of access groups that will be granted to the requestor. Leaving this empty will grant the requestor only basic access to your Room.

nda_bypassboolean

Optional: Whether to bypass the NDA step or not. Defaults to 'false' (i.e. the reviewer will need to sign the NDA).

expires_atstring date

Optional: Date of when the authorization will be revoked

Headers

X-API-KEYstring

Your Conveyor API key

Response

204