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

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)