Skip to main content
GET
/
accounts
/
oauth
/
login
Initiate OAuth login flow
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=..."
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.quiva.ai/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Referer
string
required

Referer URL

Query Parameters

account
string
required

Account identifier for the login request

connection
string

OAuth connection type (e.g., github, google-oauth2)

Response

OAuth URL generated successfully

data
object
required