cURL
curl --request GET \
--url https://app.teable.ai/api/space/authentication/providers \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'[
{
"id": "<string>",
"name": "<string>"
}
]space
Get spaceauthenticationproviders
Get space authentication providers
GET
/
space
/
authentication
/
providers
cURL
curl --request GET \
--url https://app.teable.ai/api/space/authentication/providers \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'[
{
"id": "<string>",
"name": "<string>"
}
]Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Last modified on March 5, 2026
Was this page helpful?
⌘I

