Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://{defaultHost}/v1/apps/{app_id}/auth_providers \ --header 'Authorization: Bearer <token>'
{ "auth_providers": [ { "id": "<string>", "slug": "<string>", "client_id": "<string>", "client_secret": "<string>", "enabled": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ] }
Retrieve merged list of email, oauth, and message auth providers for an app
API Secret token
App ID
successful
Show child attributes
Was this page helpful?