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

operatorId
string
required

Operator id.

Body

application/json
scopes
string[]
required
label
string
grantId
string
expiresAt
string<date-time>

Response

Created invite token.

id
string
required
scopes
string[]
required
token
string

Plaintext token, present only in the create response.

label
string | null
grantId
string | null
expiresAt
string<date-time> | null
redeemedAt
string<date-time> | null
createdAt
string<date-time>