Skip to main content
GET
/
limits
Get User Limits
curl --request GET \
  --url https://api.bunny.net/mc/limits \
  --header 'AccessKey: <api-key>'
{
  "maxNumberOfApplications": 123,
  "existingNumberOfApplications": 123,
  "maxNumberOfRegionsPerApplication": 123,
  "maxNumberOfInstancesPerRegion": 123,
  "maxNumberOfInstancesPerApplication": 123,
  "maxNumberOfVolumesPerApplication": 123,
  "maxVolumeSize": 123
}

Authorizations

AccessKey
string
header
required

Please enter a valid personal API key.

Response

Limits were successfully retrieved.

maxNumberOfApplications
integer<int32>
existingNumberOfApplications
integer<int32>
maxNumberOfRegionsPerApplication
integer<int32> | null
maxNumberOfInstancesPerRegion
integer<int32>
maxNumberOfInstancesPerApplication
integer<int32> | null
maxNumberOfVolumesPerApplication
integer<int32>
maxVolumeSize
integer<int32> | null