Skip to main content
POST
/
registries
/
images
List Container Images
curl --request POST \
  --url https://api.bunny.net/mc/registries/images \
  --header 'AccessKey: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "registryId": "<string>"
}
'
[
  {
    "id": "<string>",
    "namespace": "<string>"
  }
]

Authorizations

AccessKey
string
header
required

Please enter a valid personal API key.

Body

registryId
string
required

The registry identifier. Can be "dockerhub", "github", or a private registry ID.

Minimum string length: 1

Response

Container images were successfully retrieved.

id
string
namespace
string