pydo.registry.get_subscription()
Generated on 13 Jan 2026
from pydo version
v0.24.0
Description
Note: This endpoint is deprecated. Please use the /v2/registries endpoint instead.
A subscription is automatically created when you configure your
container registry. To get information about your subscription, send a GET
request to /v2/registry/subscription.
Request Sample
import os
from pydo import Client
client = Client(token=os.environ.get("DIGITALOCEAN_TOKEN"))
resp = client.registry.get_subscription()More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.