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.

Path Parameters

baseId
string
required

Body

application/json
role
enum<string>
required
Available options:
creator,
editor,
commenter,
viewer

Response

201 - application/json

Successful response, return the ID of the invitation link.

invitationId
string
required
inviteUrl
string
required
invitationCode
string
required
createdBy
string
required
createdTime
string
required
role
enum<string>
required
Available options:
creator,
editor,
commenter,
viewer
Last modified on March 5, 2026