Skip to main content
POST
Generate Context Token

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

context_id
string<uuid>
required

Body

application/json
grant_global_permissions
GlobalPermissionGrant · object

Global permissions granted by the token. Must be subset of the users permissions

grant_context_permissions
ContextPermissionsGrant · object

Context permissions granted by the token. Must be subset of the users permissions

Response

Successful Response

Response schema for context token generation.

token
string
required
expires_at
string<date-time> | null
required