Skip to main content
GET
/
v1
/
auth
/
google
/
callback
Google Callback
curl --request GET \
  --url https://api.example.com/v1/auth/google/callback
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.edge.glitchexecutor.com/llms.txt

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

Query Parameters

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

Response

Successful Response