Skip to content

api-evangelist/github-enterprise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

GitHub Enterprise (github-enterprise)

GitHub Enterprise is GitHub's offering for organizations that need advanced security, compliance, identity, and scale on top of the GitHub platform. It ships in two flavors: GitHub Enterprise Cloud, a hosted multi-tenant service on api.github.com with enterprise-managed users and SAML SSO; and GitHub Enterprise Server (GHES), a self-hosted appliance with the same REST and GraphQL APIs served from a customer's domain at /api/v3 and /api/graphql. Both expose the full GitHub REST API for repositories, issues, pull requests, actions, packages, advanced security, audit log, SCIM, and admin operations, authenticated with personal access tokens or GitHub App tokens.

APIs.json: https://raw.githubusercontent.com/api-evangelist/github-enterprise/refs/heads/main/apis.yml

Scope

  • Type: Index

Tags

  • Source Control
  • DevOps
  • CI/CD
  • Code Hosting
  • Enterprise
  • Self-Hosted
  • SAML SSO
  • SCIM
  • Advanced Security

Timestamps

  • Created: 2026-05-11
  • Modified: 2026-05-11

APIs

GitHub Enterprise Cloud REST API

Hosted GitHub Enterprise Cloud REST API. Provides full access to repositories, issues, pull requests, GitHub Actions, packages, code scanning, secret scanning, Dependabot, audit log, SCIM provisioning, and enterprise admin endpoints. Authentication via fine-grained personal access tokens, GitHub App installation tokens, or OAuth.

Tags

  • REST
  • Source Control
  • Enterprise Cloud
  • SCIM
  • Audit Log

Properties

GitHub Enterprise Server REST API

Self-hosted GitHub Enterprise Server REST API served from a customer's own hostname under /api/v3. Per-version OpenAPI descriptions are published for each GHES release (ghes-X.X) alongside the hosted GHEC and api.github.com descriptions in github/rest-api-description.

Tags

  • REST
  • Self-Hosted
  • Enterprise Server
  • On-Premises

Properties

Common Properties

Maintainers

FN: Kin Lane Email: [email protected]

Releases

No releases published

Packages

 
 
 

Contributors