API Reference
Git Hub Apps
Get GitHub App configuration
Returns the GitHub App configuration for the organization with sensitive fields masked.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
OK
Save GitHub App configuration
Saves or updates the GitHub App configuration for the organization.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Request Body
application/jsonRequiredGitHub App configuration
app_idintegerapp_slugstringclient_idstringclient_secretstringprivate_keystringwebhook_secretstringOK
Delete GitHub App configuration
Removes the GitHub App configuration from the organization.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
No Content
GitHub App installation callback
Handles the callback from GitHub after a user installs the App on their repository.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Query Parameters
installation_idRequiredintegerGitHub installation ID
OK
Was this page helpful?