Skip to main content
GET
/
api
/
repositories
List Repositories
curl --request GET \
  --url https://api.example.com/api/repositories \
  --header 'X-API-Key: <api-key>'
{
  "all_repos": [
    {}
  ]
}

Authorizations

X-API-Key
string
header
required

Use an API key in the X-API-Key header.

Response

200 - application/json

Successful Response

all_repos
All Repos ยท object[]
required