Skip to main content
이제 REST API의 버전이 지정되었습니다. 자세한 내용은 "API 버전 관리 정보"를 참조하세요.

GitHub Enterprise 관리를 위한 REST API 엔드포인트

REST API를 사용하여 엔터프라이즈를 관리합니다.

Note

These endpoints only support authentication using a personal access token (classic). For more information, see "Managing your personal access tokens."

Endpoint URLs

These endpoints, except the Manage GitHub Enterprise Server API , are prefixed with the following URL:

http(s)://HOSTNAME/api/v3

Endpoints for the Manage GitHub Enterprise Server API are only prefixed with a hostname and administration port:

http(s)://HOSTNAME:ADMINISTRATION-PORT/

Authentication

Your GitHub Enterprise Server installation's API endpoints accept the same authentication methods as the GitHub API. For more information, see Authenticating to the REST API.

OAuth tokens must have the site_admin OAuth scope when used with these endpoints.

These endpoints are only accessible to authenticated GitHub Enterprise Server site administrators, except for endpoints of the REST API endpoints for managing GitHub Enterprise Server API, which allow authentication as a Management Console user. See Administering your instance from the web UI.

Note

The Management Console endpoints will be deprecated in a future version of GitHub Enterprise Server. You can access the same functionality using the Manage GitHub Enterprise Server endpoints. For more information, see REST API endpoints for managing GitHub Enterprise Server.

Version information

The current version of your enterprise is returned in the REST API response header: X-GitHub-Enterprise-Version: enterprise-server@3.15.0 You can also read the current version by calling GET /meta. For more information, see REST API endpoints for meta data.

Endpoints