curl --request GET \
--url https://api.example.com/api/v1/auth/google/callback{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Handle Google OAuth callback.
This endpoint is called by Google after the user completes authentication. It exchanges the authorization code for access/refresh tokens and stores them.
Args: code: Authorization code from Google state: State parameter for validation
Returns: Redirect to frontend with success/error status
curl --request GET \
--url https://api.example.com/api/v1/auth/google/callback{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.bavlio.com/llms.txt
Use this file to discover all available pages before exploring further.