Skip to main content
GET
/
api
/
v1
/
github
/
oauth
/
callback
GitHub OAuth callback
curl --request GET \
  --url https://neo.api.projectdiscovery.io/api/v1/github/oauth/callback
{
  "error": "Bad request",
  "code": "user_spending_cap_reached",
  "error_id": "<string>",
  "kind": "forbidden request",
  "message": "<string>"
}

Query Parameters

code
string

OAuth authorization code

state
string

OAuth state parameter

error
string

OAuth error code

error_description
string

OAuth error description

installation_id
integer<int64>

GitHub App installation ID (sent when redirected after app installation)

setup_action
string

GitHub App setup action (e.g. "install")

Response

Redirect to app with success or error status