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