cURL
curl --request GET \ --url https://api.quiva.ai/accounts/oauth/login \ --header 'Referer: <referer>'
{ "data": { "oauth_url": "https://domain.auth0.com/authorize?client_id=...&response_type=code&redirect_uri=...&state=..." } }
Generates OAuth URL for authentication with external providers (Auth0)
Documentation IndexFetch the complete documentation index at: https://docs.quiva.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.quiva.ai/llms.txt
Use this file to discover all available pages before exploring further.
Referer URL
Account identifier for the login request
OAuth connection type (e.g., github, google-oauth2)
OAuth URL generated successfully
Show child attributes