English
Get a authentication
cURL
curl --request GET \ --url https://app.teable.io/api/enterprise/%7BorganizationId%7D/authentication/%7Bid%7D \ --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
The response is of type object.
object