Skip to main content
POST
Validate Registry Auth

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Response

Success: returns {"success": true, "authenticated": true, "repositories": [...]} with the list of accessible repository names.

success
boolean
required

true on successful authentication

authenticated
boolean
required

true when credentials were accepted by the registry

repositories
string[]
required

List of accessible repository names in "namespace/name" format