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