English
List a invitation link to your
cURL
curl --request GET \ --url http://127.0.0.1:3000/api/base/{baseId}/invitation/link \ --header 'Authorization: Bearer <token>'
[ { "invitationId": "<string>", "inviteUrl": "<string>", "invitationCode": "<string>", "createdBy": "<string>", "createdTime": "<string>", "role": "creator" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response, return invitation information list.
creator
editor
commenter
viewer
Was this page helpful?