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"
}Retrieves a specific container registry by its ID.
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"
}Please enter a valid personal API key.
Container registry was successfully retrieved.
Was this page helpful?