Skip to main content
GET
/
api
/
core
/
google_oauth
/
callback
Google OAuth 2.0 callback
curl --request GET \
  --url https://api.example.com/api/core/google_oauth/callback \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Query Parameters

code
string | null
state
string | null
error
string | null

Response

Successful Response