This version of GitHub Enterprise was discontinued on April 26, 2016. No patch releases will be made, even for critical security issues. For better performance, improved security, and new features, upgrade to the latest version of GitHub Enterprise. For help with the upgrade, contact GitHub Enterprise support.

Meta

If you access this endpoint on your organization's GitHub Enterprise installation, this endpoint provides information about that installation.

GET /meta

Response

Status: 200 OK
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4999
{
  "verifiable_password_authentication": true,
  "github_services_sha": "3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15",
  "hooks": [
    "127.0.0.1/32"
  ],
  "git": [
    "127.0.0.1/32"
  ],
  "pages": [
    "192.30.252.153/32",
    "192.30.252.154/32"
  ],
  "importer": [
    "54.158.161.132",
    "54.226.70.38"
  ]
}

Body

Name Type Description
verifiable_password_authentication boolean Whether authentication with username and password is supported. GitHub Enterprise instances using CAS or OAuth for authentication will return false. Features like Basic Authentication with a username and password, sudo mode, and two-factor authentication are not supported on these servers.
github_services_sha string The currently-deployed SHA of github-services.
hooks array of strings An Array of IP addresses in CIDR format specifying the addresses that incoming service hooks will originate from on GitHub.com. Subscribe to the API Changes blog or follow @GitHubAPI on Twitter to get updated when this list changes.
git array of strings An Array of IP addresses in CIDR format specifying the Git servers for GitHub.com.
pages array of strings An Array of IP addresses in CIDR format specifying the A records for GitHub Pages.
importer array of strings An Array of IP addresses specifying the addresses that source imports will originate from on GitHub.com.