cURL
curl --request GET \
--url https://app.teable.ai/api/space/%7BspaceId%7D/authentication \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'[
{
"type": "feishu",
"config": {
"appId": "<string>",
"appSecret": "<string>"
},
"id": "<string>",
"name": "<string>"
}
]space
Get space authentication 1
Get a space authentication list
GET
/
space
/
{spaceId}
/
authentication
cURL
curl --request GET \
--url https://app.teable.ai/api/space/%7BspaceId%7D/authentication \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'[
{
"type": "feishu",
"config": {
"appId": "<string>",
"appSecret": "<string>"
},
"id": "<string>",
"name": "<string>"
}
]最后修改于 2026年3月5日
此页面对您有帮助吗?
⌘I

