Skip to main content
POST
SDK

Authorizations

Authorization
string
header
required

Provide either a static platform API key or an OAuth2 access token (from /connect/v1/oauth/token) as Authorization: Bearer <token>. Scopes are connect:* (e.g. connect:bookings:write).

Path Parameters

token
string
required

Response

A grant.

id
string
required
operatorId
string
required
grantorOrganizationId
string
required
status
enum<string>
required
Available options:
active,
paused,
revoked
scopes
string[]
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
granteeOrganizationId
string | null
expiresAt
string<date-time> | null