pydo.registries.list()
Generated on 17 Jul 2025
from pydo
version
v0.13.0
Description
To get information about any container registry in your account, send a GET request to /v2/registries/
.
Request Sample
import os
from pydo import Client
client = Client(token=os.environ.get("DIGITALOCEAN_TOKEN"))
resp = client.registries.get()
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.