Country Permissions
Fetch country permission
Fetches the requested country permission.
get/countryPermissions/{isoCode}
Response
The returned country permission
Example response
{
"isoCode": "US",
"name": "United States/Canada",
"continent": "North America",
"countryDialingCodes": [
"+1"
],
"enabled": true
}