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": "1234567890",
"confidence": "Verified",
"first_name": "JOHN",
"middle_name": "JR",
"last_name": "DOE",
"address": {
"address_line1": "12 AVE",
"address_line2": "APT 123",
"city": "NEW YORK",
"state": "NY",
"zip5": "12345",
"zip4": "1234",
"confidence": "Verified"
}
},
"metadata": {
"phone_detail": {
"input_phone_type": "Mobile"
}
}
}