{"info":{"_postman_id":"e31749ea-5331-4f88-909b-902e7b6f2904","name":"Addressverify.io","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"9473321","collectionId":"e31749ea-5331-4f88-909b-902e7b6f2904","publishedId":"2sA3JQ5zeW","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"1B7BE7"},"publishDate":"2024-06-27T19:59:03.000Z"},"item":[{"name":"Address Lookup","id":"945b008c-da48-4e10-8e56-308fefc2f8da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"address\":\"1013 Bates Ave, Bakersfield, CA, 93307\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.addressverify.io/service/lookup/address","description":"<h3 id=\"address-verification-api\">Address Verification API</h3>\n<p>The Address Verification API facilitates the validation and verification of residential addresses. It supports flexible input options, allowing users to submit a complete address as a single string or to provide detailed components separately, using street address, city, state, and ZIP code. This endpoint ensures accuracy in address data for applications requiring reliable location information.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><strong>address</strong> (string, required): The address to be verified.</li>\n</ul>\n<p>Or</p>\n<ul>\n<li><strong>street</strong> (string, required): The street number and name of the address.</li>\n<li><strong>city</strong> (string, required): The city of the address.</li>\n<li><strong>state</strong> (string, required): The street number and name of the address.</li>\n<li><strong>zip</strong> (string, required): The zip of the address.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["service","lookup","address"],"host":["api","addressverify","io"],"query":[],"variable":[]}},"response":[{"id":"7bfb06f3-70c9-4c93-874b-4ff3ad949a73","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"address\":\"1013 Bates Ave, Bakersfield, CA, 93307\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.addressverify.io/service/lookup/address"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Wed, 21 Aug 2024 09:36:18 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"120"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"78-WQLAjLO7jVeyKDwEH6Ni9bE3bsQ\""}],"cookie":[],"responseTime":null,"body":"{\n    \"address\": \"1013 Bates Ave, Bakersfield, CA, 93307\",\n    \"addressValid\": true,\n    \"homeType\": \"SINGLE_FAMILY\",\n    \"homeValue\": \"273300\"\n}"},{"id":"cf495c69-5b41-4dfe-b06e-a7d6c0d6a3c3","name":"Bad API Key","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"address\":\"1013 Bates Ave, Bakersfield, CA, 93307\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.addressverify.io/service/lookup/address"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Wed, 21 Aug 2024 09:33:22 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"69"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"45-OlR1TLyWOFH5HAqsXK1MjJ6AYqA\""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid API key\",\n    \"error\": \"Unauthorized\",\n    \"statusCode\": 401\n}"}],"_postman_id":"945b008c-da48-4e10-8e56-308fefc2f8da"},{"name":"Field Lookup","id":"7a7bd1f6-6da8-4d93-9c75-d85b9aab6773","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n  \"street\": \"1013 Bates Ave\",\n  \"city\": \"Bakersfield\",\n  \"state\": \"CA\",\n  \"zip\": \"93307\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.addressverify.io/service/lookup/fields","description":"<h3 id=\"address-verification-api\">Address Verification API</h3>\n<p>The Address Verification API facilitates the validation and verification of residential addresses. It supports flexible input options, allowing users to submit a complete address as a single string or to provide detailed components separately, using street address, city, state, and ZIP code. This endpoint ensures accuracy in address data for applications requiring reliable location information.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><strong>address</strong> (string, required): The address to be verified.</li>\n</ul>\n<p>Or</p>\n<ul>\n<li><strong>street</strong> (string, required): The street number and name of the address.</li>\n<li><strong>city</strong> (string, required): The city of the address.</li>\n<li><strong>state</strong> (string, required): The street number and name of the address.</li>\n<li><strong>zip</strong> (string, required): The zip of the address.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["service","lookup","fields"],"host":["api","addressverify","io"],"query":[],"variable":[]}},"response":[{"id":"31f699ad-a9bd-41d0-a61f-64d34f9b34cb","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n  \"street\": \"1013 Bates Ave\",\n  \"city\": \"Bakersfield\",\n  \"state\": \"CA\",\n  \"zip\": \"93307\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.addressverify.io/service/lookup/fields"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Wed, 21 Aug 2024 09:36:13 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"120"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"78-WQLAjLO7jVeyKDwEH6Ni9bE3bsQ\""}],"cookie":[],"responseTime":null,"body":"{\n    \"address\": \"1013 Bates Ave, Bakersfield, CA, 93307\",\n    \"addressValid\": true,\n    \"homeType\": \"SINGLE_FAMILY\",\n    \"homeValue\": \"273300\"\n}"},{"id":"e926d01c-1dd7-4ef7-8d99-ea4dc40e3e41","name":"Bad API Key","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n  \"street\": \"string\",\n  \"city\": \"string\",\n  \"state\": \"string\",\n  \"zip\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.addressverify.io/service/lookup/fields"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Wed, 21 Aug 2024 09:34:25 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"69"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"45-OlR1TLyWOFH5HAqsXK1MjJ6AYqA\""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid API key\",\n    \"error\": \"Unauthorized\",\n    \"statusCode\": 401\n}"}],"_postman_id":"7a7bd1f6-6da8-4d93-9c75-d85b9aab6773"}],"event":[{"listen":"prerequest","script":{"id":"7c64b72d-c3de-48e3-a374-ebf039b2f9ea","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"59cc292d-817d-4fd5-a0b6-bcf7662f8f9c","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"apiKey","value":"{{apiKey}}"}]}