If you access this endpoint on your organization's GitHub Enterprise Server installation, this endpoint provides information about that installation.
GET /meta
Status: 200 OK
{
"verifiable_password_authentication": true,
"installed_version": "2.20.0"
}
| Name | Type | Description |
|---|---|---|
verifiable_password_authentication |
boolean |
Whether authentication with username and password is supported. GitHub Enterprise Server 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. |
installed_version |
string |
The currently installed version of GitHub Enterprise Server. |