Skip to content

Expose Docker Hub Organization subscription details via API #898

@heug

Description

@heug

Tell us about your request
I would like an official Docker Hub API endpoint that allows organization administrators to programmatically retrieve subscription details for their organization. This would expose the same information currently available under the Subscription section in the Docker Hub UI.

Which service(s) is this request for?
Docker Hub API https://docs.docker.com/reference/api/hub/latest/

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
We are using an on‑demand subscription model and need to programmatically monitor our Docker Hub subscription details, including seat limits and current usage.

At present, there is no supported API that exposes organization subscription information, making it difficult to integrate this data into automated workflows. When subscription utilization approaches a critical threshold (for example, ~95%), we need to automatically trigger an internal purchase request to increase capacity.

Are you currently working around the issue?
Yes. We currently hard‑code subscription limits into our codebase and manually update them whenever our Docker Hub subscription changes. These values are then used to create CloudWatch alarms to monitor usage and signal when action may be required.

Additional context
All required subscription information is already visible in the Docker Hub UI under the organization’s Subscription page. Exposing this data via an authenticated API endpoint for organization administrators would enable automated monitoring, alerting, and purchasing workflows, and reduce manual effort.

Metadata

Metadata

Assignees

No one assigned

    Labels

    community_newNew idea raised by a community contributor

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions