English
Accept invitation link
cURL
curl --request POST \ --url http://127.0.0.1:3000/api/invitation/link/accept \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "invitationCode": "<string>", "invitationId": "<string>" } '
{ "spaceId": "<string>", "baseId": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response, return the spaceId or baseId of the invitation link.
Was this page helpful?