---
title: "List Authorizations for all countries"
method: GET
path: "/v2.01/countries/authorizations"
tags: ["countryAuthorizations"]
---

# List Authorizations for all countries

`GET /v2.01/countries/authorizations`

List Authorizations for all countries

This call returns the restrictions of all countries.

## Headers

- `Authorization` string, required

## Response `200`

Success

- ListAuthorizationsForAllCountriesResponse
  - `Array (Authorizations)` ListAuthorizationsForAllCountriesResponseArrayAuthorizationsItems[] — The list of countries and their restrictions.
    - `Object (Country Authorization)` ListAuthorizationsForAllCountriesResponseArrayAuthorizationsItemsObjectCountryAuthorization — The country authorization object indicating if there are restrictions for a given country.
      - `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` ListAuthorizationsForAllCountriesResponseArrayAuthorizationsItemsObjectCountryAuthorizationAuthorization — 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)
