GET
/
api
/
v1
/
container_registry_credentials
/
{uuid}
Get container registry credential
curl --request GET \
  --url https://app.miget.com/api/v1/container_registry_credentials/{uuid} \
  --header 'Authorization: <api-key>'
{
  "uuid": "<string>",
  "name": "<string>",
  "registry": "<string>",
  "username": "<string>",
  "registry_hostname": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer token for authentication. Format: 'Bearer {token}'

Headers

X-Workspace-Id
string

Workspace ID (uses default workspace if not provided)

Path Parameters

uuid
string
required

Credential UUID

Response

Get container registry credential

Api_V1_Entities_ContainerRegistryCredential model

uuid
string
required

Unique credential identifier — pass this as deployment_config.credential_id when creating an app

name
string
required

Display name (unique per workspace)

registry
string
required

Registry provider: 'docker_hub', 'github', 'gitlab', 'aws_ecr', 'azure', 'digitalocean', 'quay', or 'generic'

username
string
required

Registry username

registry_hostname
string
required

Registry hostname (required for 'generic', 'aws_ecr', 'azure'; optional for others)

created_at
string<date-time>
required

Creation timestamp

updated_at
string<date-time>
required

Last update timestamp