Skip to main content
GitHub AE is currently under limited release.

We've recently moved some of the REST API documentation. If you can't find what you're looking for, you might try the Actions REST API page.

GitHub Enterprise administration

Use the REST API to administer your enterprise.

Endpoint URLs

These 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 API. For more information, see "Authenticating to the REST API."

These endpoints are only accessible to authenticated GitHub AE site administrators.

Version information

The current version of your enterprise is returned in the REST API response header: X-GitHub-Enterprise-Version: github-ae@latest.0 You can also read the current version by calling the meta endpoint.

Endpoints