-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapis.yml
More file actions
100 lines (99 loc) · 3.57 KB
/
apis.yml
File metadata and controls
100 lines (99 loc) · 3.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
aid: github-enterprise
name: GitHub Enterprise
description: >-
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.
type: Index
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
tags:
- Source Control
- DevOps
- CI/CD
- Code Hosting
- Enterprise
- Self-Hosted
- SAML SSO
- SCIM
- Advanced Security
url: >-
https://raw.githubusercontent.com/api-evangelist/github-enterprise/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-05-11'
specificationVersion: '0.19'
apis:
- aid: github-enterprise:cloud-rest-api
name: GitHub Enterprise Cloud REST API
description: >-
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.
humanURL: https://docs.github.com/en/enterprise-cloud@latest/rest
baseURL: https://api.github.com
tags:
- REST
- Source Control
- Enterprise Cloud
- SCIM
- Audit Log
properties:
- type: Documentation
url: https://docs.github.com/en/enterprise-cloud@latest/rest
- type: OpenAPI
url: https://github.com/github/rest-api-description
- type: Authentication
url: https://docs.github.com/en/enterprise-cloud@latest/rest/overview/authenticating-to-the-rest-api
- type: GraphQL API
url: https://docs.github.com/en/enterprise-cloud@latest/graphql
- url: graphql/github-enterprise-graphql.md
type: GraphQL
- aid: github-enterprise:server-rest-api
name: GitHub Enterprise Server REST API
description: >-
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.
humanURL: https://docs.github.com/en/enterprise-server@latest/rest
baseURL: https://HOSTNAME/api/v3
tags:
- REST
- Self-Hosted
- Enterprise Server
- On-Premises
properties:
- type: Documentation
url: https://docs.github.com/en/enterprise-server@latest/rest
- type: OpenAPI
url: https://github.com/github/rest-api-description
- type: GraphQL API
url: https://docs.github.com/en/enterprise-server@latest/graphql
common:
- type: LinkedIn
url: https://www.linkedin.com/showcase/github-enterprise
- type: Website
url: https://github.com/enterprise
- type: Documentation
url: https://docs.github.com/en/enterprise-cloud@latest
- type: Pricing
url: https://github.com/enterprise/pricing
- type: SignUp
url: https://github.com/enterprise/contact
- type: StatusPage
url: https://www.githubstatus.com
- type: OpenAPI Repository
url: https://github.com/github/rest-api-description
- type: LLMsTxt
url: https://docs.github.com/llms.txt
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com