Skip to main content
GET
Get registry auth

Path Parameters

id
string
required

Registry slug identifying the registry.

Minimum string length: 1

Response

The registry auth configuration.

Current auth configuration for a registry and the oauth2 scopes its advertisement offers.

authType
enum<string> | null
required
Available options:
apiKey,
oauth2,
null
tokenEndpoint
string | null
required
headerName
string | null
required
tokenExpiresAt
number | null
required
availableScopes
object[]
required

Scopes advertised by the registry's current well-known document when it advertises oauth2 auth, regardless of whether auth is configured; empty otherwise.

configuredScopes
string[]
required

Scopes currently configured for the registry.

Last modified on August 25, 2026