简体中文
Create a invitation link to your
cURL
curl --request POST \ --url https://app.teable.cn/api/space/%7BspaceId%7D/invitation/link \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \ --header 'content-type: application/json' \ --data '{"role":"owner"}'
{ "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 the ID of the invitation link.
The response is of type object.
object