---
title: "Get countries"
method: GET
path: "/firewall/apps/{app_id}/countries"
---

# Get countries

`GET /firewall/apps/{app_id}/countries`

Get the country-based IP blocking configuration for an app

## Path parameters

- `app_id` integer, required

## Response `200`

The countries configuration has been successfully fetched

- object
  - `mode` 'block' | 'allow'
  - `list` object[]
    - `code` string
    - `name` string

## Other responses

- `404` — App not found

---

[API](https://skmtc.net/aikido/apis/authorization.md) · [All operations](https://skmtc.net/aikido/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aikido/authorization/revisions/5445e7c21137/schema)
