简体中文
Accept invitation link
cURL
curl --request POST \ --url https://app.teable.cn/api/invitation/link/accept \ --header 'Authorization: Bearer REPLACE_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.
The response is of type object.
object