cURL
curl --request POST \ --url https://api.bunny.net/mc/registries/tags \ --header 'AccessKey: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "registryId": "<string>", "imageName": "<string>", "imageNamespace": "<string>" } '
[ { "name": "<string>" } ]
Lists all available tags for a specific container image.
Please enter a valid personal API key.
The registry identifier. Can be "dockerhub", "github", or a private registry ID.
1
1 - 100
Container image tags were successfully retrieved.
Was this page helpful?