Github API Integration Profile
Information and guides about integrating with Github API
Add Github Integration to Your App- GitHub API Root
Get Hypermedia links to resources accessible in GitHub's REST API
- Get the authenticated app
Returns the GitHub App associated with the authentication credentials used. To see how many app installations are associated with this GitHub App, see the
installations_count
in the response. For more details about your app's installations, see the "List installations for the authenticated app" endpoint.You must use a JWT to access this endpoint.
- Create a GitHub App from a manifest
Use this endpoint to complete the handshake necessary when implementing the GitHub App Manifest flow. When you create a GitHub App with the manifest flow, you receive a temporary
code
used to retrieve the GitHub App'sid
,pem
(private key), andwebhook_secret
. - Get a webhook configuration for an app
Returns the webhook configuration for a GitHub App. For more information about configuring a webhook for your app, see "Creating a GitHub App."
You must use a JWT to access this endpoint.
- Update a webhook configuration for an app
Updates the webhook configuration for a GitHub App. For more information about configuring a webhook for your app, see "Creating a GitHub App."
You must use a JWT to access this endpoint.
- List deliveries for an app webhook
Returns a list of webhook deliveries for the webhook configured for a GitHub App.
You must use a JWT to access this endpoint.