---
title: "Get Application Region Settings"
method: GET
path: "/apps/{appId}/region-settings"
tags: ["RegionSettings"]
---

# Get Application Region Settings

`GET /apps/{appId}/region-settings`

Retrieves the current region settings for an application, including allowed regions, required regions, and maximum allowed regions.

## Path parameters

- `appId` string, required

## Response `200`

Region settings retrieved successfully.

- RegionSettings — Region settings model
  - `allowedRegionIds` string[], required
  - `requiredRegionIds` string[], required
  - `maxAllowedRegions` integer, nullable
  - `provisioningType` 'static' | 'dynamic'

## Other responses

- `401` — User is unauthorized.
- `404` — Application not found.
- `500` — Unexpected server error.

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/revisions/9e622620664b/schema)
