Github API - Test Config

GET /app/installations/{installation_id}
apps

Enables an authenticated GitHub App to find an installation's information using the installation id.

You must use a JWT to access this endpoint.
Get an installation for the authenticated app

Arguments
key installation-id

installation-id [scalar]

The unique identifier of the installation.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json installation

installation [object]

Installation

Attributes
access_tokens_url string

account unknown

app_id integer

app_slug string

contact_email string

created_at string

events string []

has_multiple_single_files boolean

html_url string

id integer

The ID of the installation.

permissions app-permissions

repositories_url string

repository_selection string

Describe whether all repositories have been selected or there's a selection involved

single_file_name string

single_file_paths string []

suspended_at string

suspended_by nullable-simple-user

target_id integer

The ID of the user or organization this token is being scoped to.

target_type string

updated_at string

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

not_found [scalar]

Resource not found

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