cURL
curl --request GET \ --url https://api.bunny.net/mc/registries \ --header 'AccessKey: <api-key>'
{ "items": [ { "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" } ], "meta": { "totalItems": 123 }, "cursor": "<string>" }
Lists all container registries configured for the authenticated user.
Please enter a valid personal API key.
Container registries were successfully retrieved.
Show child attributes
Was this page helpful?