Get namespaces and repos Run in API Explorer

GET /

Gets a list of your namespaces and repos which have data available.

Responses

  • 200 application/json

    Success

    Hide response attribute Show response attribute object
    • namespaces array[string]
GET /
curl \
 --request GET 'https://hub.docker.com/api/publisher/analytics/v1/' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "namespaces": [
    "string"
  ]
}