Skip to main content
GET
/
registries
/
{registryId}
Get Container Registry
curl --request GET \
  --url https://api.bunny.net/mc/registries/{registryId} \
  --header 'AccessKey: <api-key>'
{
  "id": 123,
  "accountId": "<string>",
  "userId": "<string>",
  "namespaceId": "<string>",
  "displayName": "<string>",
  "hostName": "<string>",
  "userName": "<string>",
  "firstPasswordSymbols": "<string>",
  "lastPasswordSymbols": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "isPublic": true,
  "lastUpdatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

AccessKey
string
header
required

Please enter a valid personal API key.

Path Parameters

registryId
integer<int64>
required

Response

Container registry was successfully retrieved.

id
integer<int64>
accountId
string | null
userId
string | null
namespaceId
string
displayName
string
hostName
string
userName
string | null
firstPasswordSymbols
string | null
lastPasswordSymbols
string | null
createdAt
string<date-time>
isPublic
boolean | null
lastUpdatedAt
string<date-time> | null