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"
}
]
}
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"
}
]
}
OK
The response is of type object
.