cURL
curl --request GET \ --url https://api.bunny.net/mc/apps/{appId}/region-settings \ --header 'AccessKey: <api-key>'
{ "allowedRegionIds": [ "DE", "UK", "US" ], "requiredRegionIds": [ "DE" ], "maxAllowedRegions": 5, "provisioningType": "static" }
Retrieves the current region settings for an application, including allowed regions, required regions, and maximum allowed regions.
Please enter a valid personal API key.
The ID of the application
Region settings retrieved successfully.
Region settings model
["DE", "UK", "US"]
["DE"]
5
static
dynamic
Was this page helpful?