cURL
curl --request GET \ --url https://api.quiva.ai/accounts/oauth/callback
{ "data": {} }
Handles OAuth callback from external authentication provider
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.
Authorization code from OAuth provider
State parameter to prevent CSRF attacks
Authentication successful - typically redirects user
Success response (implementation may vary based on authOrMFA function)