GET
/
enterprise
/
{organizationId}
/
authentication
/
providers
curl --request GET \
  --url https://app.teable.cn/api/enterprise/%7BorganizationId%7D/authentication/providers \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[
  {
    "id": "<string>",
    "name": "<string>",
    "type": "oidc"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

Response

200 - application/json
Successful
id
string
required
name
string
required
type
enum<string>
required
Available options:
oidc,
feishu