pydo.registries.list()

Generated on 8 May 2026 from pydo version v0.34.0

Usage

client.registries.list()
Returns JSONRaises HttpResponseError

Description

To get information about any container registry in your account, send a GET request to /v2/registries/.

Request Sample

Show Request Sample
import os
from pydo import Client

client = Client(token=os.environ.get("DIGITALOCEAN_TOKEN"))

resp = client.registries.get()

Response Example

Show Response Example
{
  "registries": []
}

More Information

See /v2/registries in the API reference for additional detail on responses, headers, parameters, and more.

We can't find any results for your search.

Try using different keywords or simplifying your search terms.