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

