简体中文
Get a authentication list
cURL
curl --request GET \ --url https://app.teable.cn/api/enterprise/%7BorganizationId%7D/authentication \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[ { "type": "feishu", "config": { "appId": "<string>", "appSecret": "<string>" }, "id": "<string>", "name": "<string>" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful