Github API - Test Config

GET /app
apps

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.
Get the authenticated app

Returns
200 application/json integration

integration [object]

GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.

Attributes
client_id string

client_secret string

created_at string

description string

events string []

external_url string

html_url string

id integer

Unique identifier of the GitHub app

installations_count integer

The number of installations associated with the GitHub app

name string

The name of the GitHub app

node_id string

pem string

permissions 2015

The set of permissions for the GitHub app

slug string

The slug name of the GitHub app

updated_at string

webhook_secret string

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)