Skip to main content
GET
/
api
/
v1
/
auth
/
google
/
callback
Google Oauth Callback
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://bavlio.mintlify.app/llms.txt

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

Query Parameters

code
string
required

Authorization code from Google

state
string
required

State parameter for CSRF protection

Response

Successful Response