cPHulk
Reporting
Return login security country codes
This function lists the country codes available for whitelist and blacklist functions.
get/get_countries_with_known_ip_ranges
Response
HTTP Request was successful.
Example response
{
"data": {
"countries": [
{
"code": "US",
"name": "United States"
}
]
},
"metadata": {
"command": "get_countries_with_known_ip_ranges",
"reason": "OK",
"result": 1,
"version": 1
}
}