Registries
List registries
Returns all configured private container registries. Secrets are never included in the response. Admin role required. Available on every tier. API tokens receive SCOPE_DENIED.
get/api/registries
Response
Array of registry objects.
Example response
[
{
"name": "GitHub Container Registry",
"url": "ghcr.io"
}
]