Below you have an example of a successful response returned by the API.
Content-Type: application/json; charset=utf-8
Date: 30 May 2019 09:53:17 GMT
Message: OK
Reference-Id: My id Abc 321
Transaction-Id: f4d0c1d2-d529-49b0-82d6-268d57c89c64
X-Rate-Limit-Limit: 9000
X-Rate-Limit-Remaining: 8999
X-Rate-Limit-Reset: 1559210040
{
"result": {
"number": "01234567891",
"validated_phone_number": "01234567891",
"formatted_phone_number": "(123) 456-7891",
"phone_type": "Mobile",
"confidence": "Verified"
},
"metadata": {
"phone_detail": {
"original_operator_name": "T-Mobile",
"original_network_status": "Available",
"original_home_network_identity": "310200",
"original_country_prefix": "1",
"original_country_name": "United States of America",
"original_country_iso": "USA",
"operator_name": "Verizon",
"network_status": "Available",
"home_network_identity": "311480",
"country_prefix": "1",
"country_name": "United States of America",
"country_iso": "USA",
"is_ported": "Yes",
"cache_value_days": 0,
"date_cached": "2020-04-22",
"email_to_sms_address": "7087694383@vtext.com",
"email_to_mms_address": "7087694383@vzwpix.com"
}
}
}