Get namespaces and repos Run in API Explorer
Gets a list of your namespaces and repos which have data available.
GET
/
curl \
--request GET 'https://hub.docker.com/api/publisher/analytics/v1/' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"namespaces": [
"string"
]
}