Skip to main content
GET
/
accounts
/
oauth
/
callback
OAuth callback handler
curl --request GET \
  --url https://api.quiva.ai/accounts/oauth/callback
{
  "data": {}
}

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.

Query Parameters

code
string
required

Authorization code from OAuth provider

state
string
required

State parameter to prevent CSRF attacks

Response

Authentication successful - typically redirects user

data
object
required

Success response (implementation may vary based on authOrMFA function)