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
}Retrieves the current resource limits and usage for the authenticated user, including application counts and instance 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
}Please enter a valid personal API key.
Limits were successfully retrieved.
Was this page helpful?