Endpoint URLs
REST API endpoints are prefixed with the following URL:
https://[hostname]/api/v3
Authentication
Your GitHub AE installation's API endpoints accept the same authentication methods as the GitHub.com API. You can authenticate yourself with OAuth tokens or basic authentication.
Enterprise administration API endpoints are only accessible to authenticated GitHub AE site administrators.
Version information
The current version of your enterprise is returned in the response header of every API:
X-GitHub-Enterprise-Version: github-ae@latest.0
You can also read the current version by calling the meta endpoint.