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)
Referer URL
Account identifier for the login request
OAuth connection type (e.g., github, google-oauth2)
OAuth URL generated successfully
Show child attributes