Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://neo.api.projectdiscovery.io/api/v1/github/account \ --header 'Authorization: Bearer <token>'
{ "connected": true, "github_login": "<string>" }
Check if the current user has connected their GitHub account via OAuth.
JWT authentication token
GitHub account status
Whether a GitHub account is connected
GitHub username (only present if connected)