cURL
curl --request GET \ --url https://api.example.com/v2/databases/{database}/auth/providers
[ { "id": "github", "name": "GitHub", "type": "oauth" } ]
Returns a list of available authentication providers.
The string (id or name, depending on the credentials)
List of providers
"github"
"GitHub"
"oauth"
Was this page helpful?