v1

latestOpenAPI 3.1.02026-07-26320320.3 KB

Address Verification API

Verify 1 - 100 addresses at a time.

post/v2/AddressVerification

Headers

x-user-idstring

Request body

strictboolean

Response

200

OR

Example response

{
  "input": {
    "addresses": [
      {
        "key": 1,
        "street": "2505 NW 28th Street",
        "city": "Oklahoma City",
        "state": "OK",
        "zip": "73107"
      }
    ]
  },
  "data": [
    {
      "input": {
        "key": 1,
        "address": "2505 NW 28th St",
        "city": "Oklahoma City",
        "state": "OK",
        "zip": "73107"
      },
      "id": 24334491,
      "address": {
        "zip": "73107",
        "streetType": "St",
        "address": "2505 Nw 28th St",
        "city": "Oklahoma City",
        "preDirection": "Nw",
        "congressionalDistrict": "326",
        "county": "Oklahoma",
        "carrierRoute": "C022",
        "fips": "40109",
        "zip4": "2127",
        "label": "2505 Nw 28th St, Oklahoma City, Ok 73107",
        "house": "2505",
        "street": "28th",
        "state": "OK"
      },
      "mailAddress": {
        "zip": "73008",
        "streetType": "Ave",
        "address": "4508 N Peniel Ave",
        "city": "Bethany",
        "preDirection": "N",
        "addressFormat": "S",
        "county": "Oklahoma",
        "carrierRoute": "C003",
        "fips": "40109",
        "zip4": "2748",
        "label": "4508 N Peniel Ave, Bethany, Ok 73008",
        "house": "4508",
        "street": "Peniel",
        "state": "OK"
      },
      "absenteeOwner": true,
      "apn": "06-790-4400",
      "latitude": "35.497951000",
      "longitude": "-97.556967000",
      "lotNumber": "45,46",
      "propertyUse": "Single Family Residence",
      "precision": "Zip9",
      "searchType": "A",
      "match": true
    }
  ],
  "statusCode": 200,
  "statusMessage": "Success",
  "live": true,
  "requestExecutionTimeMS": "325ms",
  "addressVerificationExecutionTimeMS": "323ms"
}