cURL
curl --request GET \ --url https://api.example.com/api/repositories \ --header 'X-API-Key: <api-key>'
{ "all_repos": [ {} ] }
Get all repositories for the organization.
Required Scope: read:repo
read:repo
Use an API key in the X-API-Key header.
Successful Response
Was this page helpful?