简体中文
Create a authentication
cURL
curl --request POST \ --url https://app.teable.cn/api/enterprise/%7BorganizationId%7D/authentication \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \ --header 'content-type: application/json' \ --data '{"type":"feishu","config":{"appId":"string","appSecret":"string"},"name":"string"}'
{ "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 created
The response is of type object.
object