cURL
curl --request GET \ --url https://us.cybedefend.com/organization/{organizationId}/github/installation \ --header 'Authorization: Bearer <token>'
Retrieves GitHub App installation status and details for an organization
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Organization identifier
GitHub installation details retrieved successfully