🚀 全新 App Builder 引擎 Beta 版上线!查看 更新日志 了解详情。
cURL
curl --request POST \ --url https://app.teable.ai/api/invitation/link/accept \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \ --header 'content-type: application/json' \ --data '{"invitationCode":"string","invitationId":"string"}'
{ "spaceId": "<string>", "baseId": "<string>" }
Accept invitation link
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.
此页面对您有帮助吗?