latestOpenAPI 3.0.3MIT2026-08-124627160.3 KB

c04c2c708bf9

Country Permissions

Fetch all country permissions

Fetches the list of country permissions.

get/countryPermissions

Response

The list of countries available

Example response

{
  "countryPermissions": [
    {
      "isoCode": "US",
      "name": "United States/Canada",
      "continent": "North America",
      "countryDialingCodes": [
        "+1"
      ],
      "enabled": true
    }
  ]
}