/misc/phonecodes
DevelopingGET
/misc/phonecodesLast modified:Â 3 months ago
Return a list of international telephone dialling codes supprted by Anomify.
Note that the example output below is truncated for brevity.
Request
None
Request samples
Responses
An example Response(200)
An example Response
HTTP Code:Â 200
Content Type :Â JSONapplication/json
Data Schema
object {0}
Example
{
"status": {
"created_timestamp": 1657637936,
"created_string": "Tue 12 Jul 2022 @ 14:58 (UTC)",
"duration": 0.069,
"language": "en-gb",
"timezone": {
"timezone_type": 3,
"timezone": "UTC"
},
"code": 200,
"oldest_cached_component_age": 942,
"session_id": "103bfbd9f2cdd43fe809104eefc713f7",
"org_onboarding_status_id": 300,
"api_host": "api-stage.anomify.ai",
"user_onboarding_flags": {
"main_intro": true,
"alerts_intro": false,
"alerts_from_search": false,
"training_intro": false,
"alert_created": true,
"test_alert_sent": true,
"two_alerts_sent": true,
"pattern_trained": true
}
},
"data": {
"codes": [
{
"country_iso_code": "au",
"country_string": "Australia +61"
},
{
"country_iso_code": "fr",
"country_string": "France +33"
},
{
"country_iso_code": "je",
"country_string": "Jersey +44"
},
{
"country_iso_code": "pt",
"country_string": "Portugal +351"
},
{
"country_iso_code": "es",
"country_string": "Spain +34"
},
{
"country_iso_code": "gb",
"country_string": "United Kingdom +44"
},
{
"country_iso_code": "us",
"country_string": "United States +1"
},
]
}
}
Last modified: 3 months ago