Skip to main content
GET
/
v1
/
github
/
callback
GitHub OAuth callback
curl --request GET \
  --url https://api.usezombie.com/v1/github/callback
{
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": {}
  },
  "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Query Parameters

code
string
required

OAuth authorization code from GitHub

state
string
required

CSRF state parameter

Response

Redirect to application after successful OAuth exchange