---
title: "View Authorizations for a country"
method: GET
path: "/v2.01/countries/{CountryCode}/authorizations"
tags: ["countryAuthorizations"]
---

# View Authorizations for a country

`GET /v2.01/countries/{CountryCode}/authorizations`

View Authorizations for a country

This call returns the restrictions for a specific country.

## Path parameters

- `CountryCode` string, required

## Headers

- `Authorization` string, required

## Response `200`

Success

- CountryAuthorizationsResponse
  - `CountryCode` string — Format: Two-letter country code ([ISO 3166-1 alpha-2 format](/api-reference/overview/data-formats)) The code of the country.
  - `CountryName` string — Name of the country.
  - `Authorization` CountryAuthorizationsResponseAuthorization — Information about the country's restrictions.
    - `BlockUserCreation` boolean — Whether or not user creation is possible based on the user's country of residence, address, and nationality.
    - `BlockBankAccountCreation` boolean — Whether or not bank account creation is possible based on the bank's country of domiciliation.
    - `BlockPayout` boolean — Whether or not payout creation is possible based on the bank's country of domiciliation.
  - `LastUpdate` integer — The date and time when at least one of the country's authorizations has been last updated.

---

[API](https://skmtc.dev/mangopay/apis/api-reference.md) · [All operations](https://skmtc.dev/mangopay/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mangopay/api-reference/revisions/fafbd0c69654/schema)
