Skip to main content
GET
/
api
/
v1
/
google-auth
/
callback
Google Oauth Callback
curl --request GET \
  --url http://localhost:8000/api/v1/google-auth/callback
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Query Parameters

code
string
required
error
string | null
state
string | null

Response

Successful Response