Skip to main content
GET
/
api
/
v1
/
github
/
account
Get GitHub account status
curl --request GET \
  --url https://neo.api.projectdiscovery.io/api/v1/github/account \
  --header 'Authorization: Bearer <token>'
{
  "connected": true,
  "github_login": "<string>"
}

Authorizations

Authorization
string
header
required

JWT authentication token

Response

GitHub account status

connected
boolean
required

Whether a GitHub account is connected

github_login
string

GitHub username (only present if connected)