Skip to main content
GET
/
organization
/
{organizationId}
/
github
/
repositories
Get GitHub repositories
curl --request GET \
  --url https://us.cybedefend.com/organization/{organizationId}/github/repositories \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string<uuid>
required

Organization identifier

Response

200

Repositories retrieved successfully