GET
/
organizations
/
{organizationId}
/
github
/
installs
curl --request GET \
  --url https://api.icepanel.io/v1/organizations/{organizationId}/github/installs \
  --header 'Authorization: <authorization>'
{
  "githubInstalls": [
    {
      "createdAt": "2023-11-07T05:31:56Z",
      "createdBy": "user",
      "createdById": "<string>",
      "githubId": 123,
      "id": "<string>",
      "organizationId": "<string>",
      "ownerId": 123,
      "ownerLogin": "<string>",
      "ownerType": "bot",
      "senderId": 123,
      "senderLogin": "<string>",
      "senderType": "bot",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Headers

Authorization
string
required

Path Parameters

organizationId
string
required

Response

200
application/json
OK
githubInstalls
object[]
required