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
    }
  ]
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.