Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
invitationCode
string
required
invitationId
string
required

Response

201 - application/json

Successful response, return the spaceId or baseId of the invitation link.

spaceId
string | null
required
baseId
string | null
required
Last modified on March 5, 2026