Skip to main content
GET
List the user's GitHub App installations (orgs/accounts)

Authorizations

Authorization
string
header
required

Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.

Query Parameters

after
string | null
first
integer | null
Required range: x >= 1

Response

200 - application/json
data
object[]
required
deprecated

Deprecated: use items instead. Kept for backward compatibility.

items
object[]
required
pageInfo
object | null