List installations for the authenticated app

GET {{baseUrl}}/app/installations?per_page=30&page=1&since=<string>&outdated=<string>

You must use a JWT to access this endpoint.

The permissions the installation has are included under the permissions key.

Request Params

KeyDatatypeRequiredDescription
per_pagenumberResults per page (max 100)
pagenumberPage number of the results to fetch.
sincestringOnly show notifications updated after the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
outdatedstring

RESPONSES

status: OK

[{&quot;id&quot;:1,&quot;account&quot;:{&quot;login&quot;:&quot;octocat&quot;,&quot;id&quot;:1,&quot;node_id&quot;:&quot;MDQ6VXNlcjE=&quot;,&quot;avatar_url&quot;:&quot;https://github.com/images/error/octocat_happy.gif&quot;,&quot;gravatar_id&quot;:&quot;&quot;,&quot;url&quot;:&quot;https://api.github.com/users/octocat&quot;,&quot;html_url&quot;:&quot;https://github.com/octocat&quot;,&quot;followers_url&quot;:&quot;https://api.github.com/users/octocat/followers&quot;,&quot;following_url&quot;:&quot;https://api.github.com/users/octocat/following{/other_user}&quot;,&quot;gists_url&quot;:&quot;https://api.github.com/users/octocat/gists{/gist_id}&quot;,&quot;starred_url&quot;:&quot;https://api.github.com/users/octocat/starred{/owner}{/repo}&quot;,&quot;subscriptions_url&quot;:&quot;https://api.github.com/users/octocat/subscriptions&quot;,&quot;organizations_url&quot;:&quot;https://api.github.com/users/octocat/orgs&quot;,&quot;repos_url&quot;:&quot;https://api.github.com/users/octocat/repos&quot;,&quot;events_url&quot;:&quot;https://api.github.com/users/octocat/events{/privacy}&quot;,&quot;received_events_url&quot;:&quot;https://api.github.com/users/octocat/received_events&quot;,&quot;type&quot;:&quot;User&quot;,&quot;site_admin&quot;:false},&quot;access_tokens_url&quot;:&quot;https://api.github.com/installations/1/access_tokens&quot;,&quot;repositories_url&quot;:&quot;https://api.github.com/installation/repositories&quot;,&quot;html_url&quot;:&quot;https://github.com/organizations/github/settings/installations/1&quot;,&quot;app_id&quot;:1,&quot;target_id&quot;:1,&quot;target_type&quot;:&quot;Organization&quot;,&quot;permissions&quot;:{&quot;checks&quot;:&quot;write&quot;,&quot;metadata&quot;:&quot;read&quot;,&quot;contents&quot;:&quot;read&quot;},&quot;events&quot;:[&quot;push&quot;,&quot;pull_request&quot;],&quot;single_file_name&quot;:&quot;config.yml&quot;,&quot;repository_selection&quot;:&quot;selected&quot;,&quot;created_at&quot;:&quot;2017-07-08T16:18:44-04:00&quot;,&quot;updated_at&quot;:&quot;2017-07-08T16:18:44-04:00&quot;,&quot;app_slug&quot;:&quot;github-actions&quot;}]