English
Get providers
cURL
curl --request GET \ --url https://app.teable.io/api/enterprise/%7BorganizationId%7D/authentication/providers \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[ { "id": "<string>", "name": "<string>", "type": "oidc" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful
The response is of type object[].
object[]