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>"
    }
  ]
}

Query Parameters

code
string
required

Authorization code from Google

state
string
required

State parameter for CSRF protection

Response

Successful Response