简体中文
List a invitation link to your
cURL
curl --request GET \ --url https://app.teable.cn/api/base/%7BbaseId%7D/invitation/link \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[ { "invitationId": "<string>", "inviteUrl": "<string>", "invitationCode": "<string>", "createdBy": "<string>", "createdTime": "<string>", "role": "creator" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response, return invitation information list.
The response is of type object[].
object[]