cURL
curl --request GET \
--url https://app.teable.ai/api/space/%7BspaceId%7D/authentication/%7Bid%7D \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'{
"config": {
"appId": "<string>",
"appSecret": "<string>"
},
"id": "<string>",
"name": "<string>"
}space
Get space authentication
Get a space authentication
GET
/
space
/
{spaceId}
/
authentication
/
{id}
cURL
curl --request GET \
--url https://app.teable.ai/api/space/%7BspaceId%7D/authentication/%7Bid%7D \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'{
"config": {
"appId": "<string>",
"appSecret": "<string>"
},
"id": "<string>",
"name": "<string>"
}Last modified on March 5, 2026
此页面对您有帮助吗?
⌘I

