e911 validate address response

API Docs by APIMATIC

E911 Validate Address Response

Fields

NameDescription
status Required
phone_number Required
String

Phone number

candidates Required

Contains a list of potential candidates for address match if status is 2, null otherwise.

corrected_address Required
{
  "status": null,
  "phone_number": null,
  "candidates": {
    "street_number": "1230",
    "street": "Crim Lane",
    "location": "221b",
    "city": "Paton",
    "state": "Iowa",
    "zip_code": "50217",
    "zip_plus_four": null
  },
  "corrected_address": {
    "street_number": "1230",
    "street": "Crim Lane",
    "location": "221b",
    "city": "Paton",
    "state": "Iowa",
    "zip_code": "50217",
    "zip_plus_four": null
  }
}