Registries
List container registries
Returns all container registry credentials owned by the authenticated user.
get/v2/registries
Response
OK
Example response
{
"registries": [
{
"id": "reg_abc",
"name": "my-private-registry"
}
]
}