{"info":{"_postman_id":"adce417f-6421-4105-82e1-d4e2a3dafb43","name":"AddressVerify.io API","description":"<html><head></head><body><h1 id=\"addressverifyio-api\">AddressVerify.io API</h1>\n<p>One call validates a residential address, classifies its exact property type, and returns its estimated home value. The <strong>Home Verify</strong> endpoints confirm ownership and return full owner, property, and loan data.</p>\n<p><strong>Base URL:</strong> <code>https://api.addressverify.io</code></p>\n<h2 id=\"authentication\">Authentication</h2>\n<p>Every request requires your API key in the <code>x-api-key</code> header. Set the <strong><code>apiKey</code></strong> collection variable once and all requests inherit it.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>x-api-key</code></td>\n<td>Yes</td>\n<td>Your API access key</td>\n</tr>\n<tr>\n<td><code>Content-Type</code></td>\n<td>Yes</td>\n<td><code>application/json</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"expanded-property-data\">Expanded property data</h2>\n<p>Add <code>?expanded=true</code> to either Address Lookup endpoint to receive detailed property data (address components, property details, tax assessment, and listing). Available on all plans at no extra cost.</p>\n<h2 id=\"home-types\">Home types</h2>\n<p><code>homeType</code> is one of:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>SINGLE_FAMILY</code></td>\n<td>Single Family Residence</td>\n</tr>\n<tr>\n<td><code>TOWNHOUSE</code></td>\n<td>Townhouse</td>\n</tr>\n<tr>\n<td><code>CONDO</code></td>\n<td>Condominium</td>\n</tr>\n<tr>\n<td><code>APARTMENT</code></td>\n<td>Apartment</td>\n</tr>\n<tr>\n<td><code>MULTI_FAMILY</code></td>\n<td>Multi-Family Residence</td>\n</tr>\n<tr>\n<td><code>MANUFACTURED</code></td>\n<td>Mobile / manufactured home (always its own type, never folded into <code>SINGLE_FAMILY</code>)</td>\n</tr>\n<tr>\n<td><code>LOT</code></td>\n<td>Land parcel</td>\n</tr>\n<tr>\n<td><code>UNKNOWN</code></td>\n<td>Could not verify property</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"free-tier\">Free tier</h2>\n<p>The free tier includes 50 API calls per month, no credit card required.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"AddressVerify.io API","slug":"addressverifyio-api"}],"owner":"9473321","collectionId":"adce417f-6421-4105-82e1-d4e2a3dafb43","publishedId":"2sBY4Mt12d","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"141414","highlight":"3B82F6"},"publishDate":"2026-07-13T17:09:46.000Z"},"item":[{"name":"Address Lookup","item":[{"name":"Address Lookup (single line)","id":"e8415dc9-b408-46de-b07e-5d4e40593e71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"YOUR_API_KEY","description":"<p>Required. Your API access key.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"address\": \"20 Marie St, Iberia, MO 65486\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.addressverify.io/service/lookup/address","description":"<p>Submit a complete address in a single line for quick verification.</p>\n<p><strong>Body</strong></p>\n<ul>\n<li><code>address</code> (string, required): the full address to verify.</li>\n</ul>\n<p><strong>Query</strong></p>\n<ul>\n<li><code>expanded</code> (boolean, optional): set <code>true</code> for expanded property data.</li>\n</ul>\n","urlObject":{"path":["service","lookup","address"],"host":["https://api.addressverify.io"],"query":[{"disabled":true,"description":{"content":"<p>Optional. Set true to return expanded property data.</p>\n","type":"text/plain"},"key":"expanded","value":"true"}],"variable":[]}},"response":[{"id":"b23f8a5a-e816-44bc-be51-49b945fc7883","name":"Basic response","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"YOUR_API_KEY","type":"text","description":"Required. Your API access key."},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"address\": \"20 Marie St, Iberia, MO 65486\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.addressverify.io/service/lookup/address"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"address\": \"20 Marie St, Iberia, MO 65486\",\n  \"addressValid\": true,\n  \"homeType\": \"SINGLE_FAMILY\",\n  \"homeValue\": 371000\n}"},{"id":"a7da5b9f-7a49-413b-88ef-8abc69c4d72d","name":"Expanded response (expanded=true)","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"YOUR_API_KEY","type":"text","description":"Required. Your API access key."},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"address\": \"20 Marie St, Iberia, MO 65486\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.addressverify.io/service/lookup/address?expanded=true","host":["https://api.addressverify.io"],"path":["service","lookup","address"],"query":[{"key":"expanded","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"address\": \"20 Marie St, Iberia, MO 65486\",\n  \"homeType\": \"SINGLE_FAMILY\",\n  \"addressValid\": true,\n  \"homeValue\": 371000,\n  \"addressInfo\": {\n    \"streetAddress\": \"20 Marie St\",\n    \"zipcode\": \"65486\",\n    \"city\": \"Iberia\",\n    \"state\": \"MO\"\n  },\n  \"propertyInfo\": {\n    \"bathrooms\": 2,\n    \"bedrooms\": 4,\n    \"livingArea\": 2072,\n    \"yearBuilt\": 2001,\n    \"lotSize\": \"1.84 acres\"\n  },\n  \"taxAssessment\": {\n    \"taxAssessedValue\": 150210,\n    \"taxAssessmentYear\": \"2024\"\n  },\n  \"listing\": {\n    \"lastSoldDate\": \"2025-05-22\",\n    \"isPreforeclosureAuction\": false,\n    \"listingStatus\": \"recentlySold\"\n  }\n}"}],"_postman_id":"e8415dc9-b408-46de-b07e-5d4e40593e71"},{"name":"Field Lookup (multi line)","id":"58a8c296-e015-4197-bcee-71ec00cd3680","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"YOUR_API_KEY","description":"<p>Required. Your API access key.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"street\": \"20 Marie St\",\n  \"city\": \"Iberia\",\n  \"state\": \"MO\",\n  \"zip\": \"65486\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.addressverify.io/service/lookup/address/fields","description":"<p>Submit address components separately for more precise validation.</p>\n<p><strong>Body</strong> (all required)</p>\n<ul>\n<li><code>street</code>: street number and name</li>\n<li><code>city</code>: city name</li>\n<li><code>state</code>: state abbreviation</li>\n<li><code>zip</code>: ZIP code</li>\n</ul>\n<p><strong>Query</strong></p>\n<ul>\n<li><code>expanded</code> (boolean, optional): set <code>true</code> for expanded property data.</li>\n</ul>\n","urlObject":{"path":["service","lookup","address","fields"],"host":["https://api.addressverify.io"],"query":[{"disabled":true,"description":{"content":"<p>Optional. Set true to return expanded property data.</p>\n","type":"text/plain"},"key":"expanded","value":"true"}],"variable":[]}},"response":[{"id":"3205f94b-5e22-4267-a25c-3c4199ae33fe","name":"Basic response","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"YOUR_API_KEY","type":"text","description":"Required. Your API access key."},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"street\": \"20 Marie St\",\n  \"city\": \"Iberia\",\n  \"state\": \"MO\",\n  \"zip\": \"65486\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.addressverify.io/service/lookup/address/fields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"address\": \"20 Marie St, Iberia, MO 65486\",\n  \"addressValid\": true,\n  \"homeType\": \"SINGLE_FAMILY\",\n  \"homeValue\": 371000\n}"},{"id":"7b141da0-672b-4796-b5f7-e4a5be68de0f","name":"Expanded response (expanded=true)","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"YOUR_API_KEY","type":"text","description":"Required. Your API access key."},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"street\": \"20 Marie St\",\n  \"city\": \"Iberia\",\n  \"state\": \"MO\",\n  \"zip\": \"65486\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.addressverify.io/service/lookup/address/fields?expanded=true","host":["https://api.addressverify.io"],"path":["service","lookup","address","fields"],"query":[{"key":"expanded","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"address\": \"20 Marie St, Iberia, MO 65486\",\n  \"homeType\": \"SINGLE_FAMILY\",\n  \"addressValid\": true,\n  \"homeValue\": 371000,\n  \"addressInfo\": {\n    \"streetAddress\": \"20 Marie St\",\n    \"zipcode\": \"65486\",\n    \"city\": \"Iberia\",\n    \"state\": \"MO\"\n  },\n  \"propertyInfo\": {\n    \"bathrooms\": 2,\n    \"bedrooms\": 4,\n    \"livingArea\": 2072,\n    \"yearBuilt\": 2001,\n    \"lotSize\": \"1.84 acres\"\n  },\n  \"taxAssessment\": {\n    \"taxAssessedValue\": 150210,\n    \"taxAssessmentYear\": \"2024\"\n  },\n  \"listing\": {\n    \"lastSoldDate\": \"2025-05-22\",\n    \"isPreforeclosureAuction\": false,\n    \"listingStatus\": \"recentlySold\"\n  }\n}"}],"_postman_id":"58a8c296-e015-4197-bcee-71ec00cd3680"}],"id":"6cb75a5b-d583-4bb6-ab0f-e2dabb62782a","description":"<p>Validate a residential address and return its property type and estimated home value. Add <code>?expanded=true</code> for full property detail.</p>\n<p><strong>Error codes</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400</td>\n<td>Bad Request</td>\n<td>Invalid or missing parameters</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n<td>Invalid API key or authentication</td>\n</tr>\n<tr>\n<td>402</td>\n<td>Payment Required</td>\n<td>No active subscription plan</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Not Found</td>\n<td>Resource not found</td>\n</tr>\n<tr>\n<td>422</td>\n<td>Unprocessable Entity</td>\n<td>Invalid address. Please include the street number.</td>\n</tr>\n<tr>\n<td>429</td>\n<td>Too Many Requests</td>\n<td>Rate limit exceeded</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"6cb75a5b-d583-4bb6-ab0f-e2dabb62782a"},{"name":"Home Verify","item":[{"name":"Homeowner Verification","id":"89469aad-f0ef-45eb-9ae8-f01c2405b562","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"YOUR_API_KEY","description":"<p>Required. Your API access key.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"street\": \"20 Marie St\",\n  \"city\": \"Iberia\",\n  \"state\": \"MO\",\n  \"zip\": \"65486\",\n  \"last_name\": \"Doe\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.addressverify.io/service/lookup/address/isHomeOwner","description":"<p>Verify whether a person (identified by last name, email, or phone) is the registered owner of the property at a given address. Returns a simple <code>is_homeowner</code> boolean.</p>\n<p><strong>Body</strong></p>\n<ul>\n<li><code>street</code>, <code>city</code>, <code>state</code>, <code>zip</code> (all required)</li>\n<li><strong>At least one</strong> of <code>last_name</code>, <code>email</code>, or <code>phone</code></li>\n<li><code>phone</code>: 10-digit U.S. number; an invalid phone is ignored if other PII is supplied.</li>\n</ul>\n<p>Provider failures are returned as <code>is_homeowner: false</code>.</p>\n","urlObject":{"path":["service","lookup","address","isHomeOwner"],"host":["https://api.addressverify.io"],"query":[],"variable":[]}},"response":[{"id":"eead7e71-6e9a-4ac7-a26f-6288511262ec","name":"Match","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"YOUR_API_KEY","type":"text","description":"Required. Your API access key."},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"street\": \"20 Marie St\",\n  \"city\": \"Iberia\",\n  \"state\": \"MO\",\n  \"zip\": \"65486\",\n  \"last_name\": \"Doe\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.addressverify.io/service/lookup/address/isHomeOwner"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"is_homeowner\": true\n}"}],"_postman_id":"89469aad-f0ef-45eb-9ae8-f01c2405b562"},{"name":"Person & Property Lookup","id":"facbb237-ee47-4fa2-84fc-8a6bb8419f26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"YOUR_API_KEY","description":"<p>Required. Your API access key.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"street\": \"20 Marie St\",\n  \"city\": \"Iberia\",\n  \"state\": \"MO\",\n  \"zip\": \"65486\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.addressverify.io/service/lookup/address/isHomeOwner/homeOwner","description":"<p>Retrieve detailed owner and property information for a given address. Use this when you need full owner data rather than a simple homeowner-match boolean.</p>\n<p><strong>Body</strong> (all required)</p>\n<ul>\n<li><code>street</code>, <code>city</code>, <code>state</code>, <code>zip</code></li>\n</ul>\n","urlObject":{"path":["service","lookup","address","isHomeOwner","homeOwner"],"host":["https://api.addressverify.io"],"query":[],"variable":[]}},"response":[{"id":"ecb8f5f5-9434-4a8f-a8ca-abeb8ab7083a","name":"Full owner & property data","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"YOUR_API_KEY","type":"text","description":"Required. Your API access key."},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"street\": \"20 Marie St\",\n  \"city\": \"Iberia\",\n  \"state\": \"MO\",\n  \"zip\": \"65486\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.addressverify.io/service/lookup/address/isHomeOwner/homeOwner"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"data\": {\n    \"address\": {\n      \"full\": \"20 Marie St, Iberia, MO 65486\",\n      \"street_address\": \"20 Marie St\",\n      \"city\": \"Iberia\",\n      \"state\": \"MO\",\n      \"zip\": \"65486\",\n      \"zip4\": \"1234\",\n      \"latitude\": 38.0922,\n      \"longitude\": -92.3022\n    },\n    \"property\": {\n      \"year_built\": 2001,\n      \"bedrooms\": 4,\n      \"bathrooms\": 2,\n      \"building_size_sqft\": 2072,\n      \"lot_size_sqft\": 80150,\n      \"assessed_value\": 150210,\n      \"total_tax\": 1820,\n      \"use_code\": \"SFR\"\n    },\n    \"current_owners\": [\n      {\n        \"name\": \"Jane Doe\",\n        \"owner_occupied\": true,\n        \"phones\": [\n          {\n            \"number\": \"5551234567\",\n            \"type\": \"Mobile\",\n            \"active\": true\n          },\n          {\n            \"number\": \"5557654321\",\n            \"type\": \"Landline\",\n            \"active\": true\n          }\n        ],\n        \"emails\": [\n          {\n            \"address\": \"jane.doe@example.com\",\n            \"active\": true\n          }\n        ]\n      }\n    ],\n    \"loan_info\": {\n      \"most_recent_loan\": {\n        \"date\": \"2022-08-15\",\n        \"lender\": \"Wells Fargo Bank\",\n        \"original_amount\": 250000,\n        \"loan_type\": \"Conventional\",\n        \"transaction_type\": \"Refinance\",\n        \"recorded_date\": \"2022-08-20\"\n      },\n      \"last_sale\": {\n        \"date\": \"2018-03-12\",\n        \"sale_price\": 320000,\n        \"buyer\": \"Jane Doe\",\n        \"seller\": \"John Smith\",\n        \"transaction_type\": \"Sale\"\n      }\n    }\n  },\n  \"message\": \"Lookup processed successfully\"\n}"}],"_postman_id":"facbb237-ee47-4fa2-84fc-8a6bb8419f26"}],"id":"9ec77804-808e-4cbe-8ab8-de1379a22f00","description":"<p>Confirm whether a person is the registered owner of an address, or retrieve full owner, property, and loan data for an address.</p>\n<p><strong>Error codes</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400</td>\n<td>Bad Request</td>\n<td>Missing address fields, no PII supplied, or an invalid phone with no fallback PII</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n<td>Invalid API key or authentication</td>\n</tr>\n<tr>\n<td>402</td>\n<td>Payment Required</td>\n<td>Insufficient balance to complete the lookup</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Not Found</td>\n<td>Resource not found</td>\n</tr>\n<tr>\n<td>429</td>\n<td>Too Many Requests</td>\n<td>Rate limit exceeded</td>\n</tr>\n<tr>\n<td>502</td>\n<td>Bad Gateway</td>\n<td>Upstream lookup provider failed (Person &amp; Property Lookup only; Homeowner Verification surfaces provider failures as <code>is_homeowner: false</code>)</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"9ec77804-808e-4cbe-8ab8-de1379a22f00"}],"variable":[{"key":"baseUrl","value":"https://api.addressverify.io"},{"key":"apiKey","value":"YOUR_API_KEY"}]}