Sample - GitHub REST API
GET/app/installation-requests

List installation requests for the authenticated app

Lists all the pending installation requests for the authenticated GitHub App.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

2 parameters
per_pageintegeroptional
The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
Default:30
pageintegeroptional
The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
Default:1

3 status codes
200List of integration installation requests
idintegerrequired
Unique identifier of the request installation.
node_idstringoptional
accountobjectrequired
A GitHub user.
requesterobjectrequired
A GitHub user.
created_atstringrequired
304Not modified
401Requires authentication
messagestringoptional
documentation_urlstringoptional
urlstringoptional
statusstringoptional

Error handling

A 401 is returned: Requires authentication.