简体中文
List a invitation link to your
cURL
curl --request GET \ --url http://127.0.0.1:3000/api/space/{spaceId}/invitation/link \ --header 'Authorization: Bearer <token>'
[ { "invitationId": "<string>", "role": "owner", "inviteUrl": "<string>", "invitationCode": "<string>", "createdBy": "<string>", "createdTime": "<string>" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response, return invitation information list.
owner
creator
editor
commenter
viewer
此页面对您有帮助吗?