# Get Registry Secret Retrieve the registry secret for the logged-in user. The returned secret is Base64 encoded and must be decoded before it can be used to log into the registry. Endpoint: GET /api/v1/secret/{user-email} Version: 1.0 Security: ## Header parameters: - `Authorization` (string, required) Use Bearer token for authorization ## Path parameters: - `user-email` (string, required) User email ## Response 400 fields