GET
/app/installation-requestsList 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.
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)."
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)."
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.