{"info":{"_postman_id":"292b885f-33cb-46fb-8c82-0d30427d8dc1","name":"PostGrid Verify: International Address Verification & Validation API","description":"<html><head></head><body><p>Allows you to autocomplete, verify, and standardize international addresses in real-time.<br>It also offers batch verification which allows you to do the same for thousands of addresses per second.</p>\n<p>You can access the platform <a href=\"https://app.postgrid.com\">here</a> where you can also bulk verify lists without having to use the API.</p>\n<p><strong>Note that you can supply JSON data instead of urlencoded data for all endpoints</strong></p>\n<h1 id=\"authorization\">Authorization</h1>\n<p>You can authorize your HTTP requests by setting the <code>x-api-key</code> HTTP header to your API key.</p>\n<h1 id=\"api-keys\">API Keys</h1>\n<p>You can create an API key by accessing the <a href=\"https://app.postgrid.com/addver/developers\">Developers</a> section of the platform. There, you can click \"Create new access key\" and select the type of key you want. For batch verification, you must use a secret key.</p>\n<h1 id=\"integration\">Integration</h1>\n<p>If you're looking to install autocomplete and verification on a website, you can access the <a href=\"https://app.postgrid.com/addver/developers\">Developers</a> section of the dashboard, create a public key, and then click on the API key name. This will show you a guide for installing our pre-built integration on your website without having to access the API directly.</p>\n<p>Otherwise, you can use the endpoints documented below to create a completely custom integration.</p>\n<h1 id=\"integrating-autocomplete\">Integrating Autocomplete</h1>\n<p>We provide a pre-built web-based autocomplete integration in the Developers section of the dashboard. However, if you want to integrate autocomplete manually, here are our recommended steps:</p>\n<ol>\n<li><p>Use the <code>GET /completions</code> endpoint and supply <code>partialStreet</code> via the query params</p>\n<ul>\n<li>This endpoint does not use any lookups</li>\n</ul>\n</li>\n<li><p>Allow the user to select one of the autocompleted international address previews</p>\n</li>\n<li><p>If the selected type is 'Address'. Make a <code>POST /completions</code> request with request body 'id' which its value comes from the 'id' field of the selected preview.</p>\n</li>\n<li><p>If the selected type is not 'Address'. Use the <code>GET /completions</code> endpoint again but this time supplies 'container' which its value comes from the 'id' of the selected preview as query param. In addition, supply query param advanced=true. Then proceed to step 2 again.</p>\n</li>\n</ol>\n<h1 id=\"response\">Response</h1>\n<p>The top-level JSON response has the following structure:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Either <code>success</code> or <code>error</code></td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Describes the result of the request</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object or array</td>\n<td>The response data.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"address-details\">Address Details</h1>\n<p>You can request additional address details when using the verification endpoints (both batch and single address) by supplying a query parameter <code>includeDetails=true</code>.</p>\n<p>The details have the following schema:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>organization</td>\n<td>string or null</td>\n<td>Name of the company or organization where the address is located</td>\n</tr>\n<tr>\n<td>building</td>\n<td>string or null</td>\n<td>Name of the building where the address is located</td>\n</tr>\n<tr>\n<td>subBuilding</td>\n<td>string or null</td>\n<td>Name of the sub building where the address is located</td>\n</tr>\n<tr>\n<td>premise</td>\n<td>string or null</td>\n<td>Premise number where the address is located</td>\n</tr>\n<tr>\n<td>postBox</td>\n<td>string or null</td>\n<td>Postal box number where the address is located</td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>string or null</td>\n<td>Telephone number registered where the address is located</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note that the details will be returned in a 'details' subobject and only the relevant fields for a given address will be returned. The fields that are empty will not.</strong></p>\n<h1 id=\"proper-case\">Proper Case</h1>\n<p>You can have the verification and suggestion endpoints return addresses in <code>Proper Case</code> (e.g. <code>22-20 Bay St</code>) by supplying a query parameter <code>properCase=true</code>.</p>\n<h1 id=\"geographical-data\">Geographical Data</h1>\n<p>You can request additional geographical details when using the verification endpoints (both batch and single address) by supplying a query parameter <code>geoData=true</code>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>latitude</td>\n<td>string or null</td>\n<td>The latitude of the resulting address</td>\n</tr>\n<tr>\n<td>longitude</td>\n<td>string or null</td>\n<td>The longitude of the resulting address</td>\n</tr>\n<tr>\n<td>geoAccuracy</td>\n<td>string or null</td>\n<td>The accuracy of the geographical information of the resulting address</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"summary-of-verification\">Summary of Verification</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>verificationStatus</td>\n<td>string or null</td>\n<td>The status of the verification. See <a href=\"#verification-status\">Verification Status</a></td>\n</tr>\n<tr>\n<td>postProcessedVerificationMatchLevel</td>\n<td>string or null</td>\n<td>The level to which the input data matches the available reference data once all changes and additions performed during the verification process have been taken into account.See <a href=\"#\">Verification Match Level</a></td>\n</tr>\n<tr>\n<td>preProcessedVerificationMatchLevel</td>\n<td>string or null</td>\n<td>The level to which the input data matches the available reference data prior to any changes or additions performed during the verification process.See <a href=\"#\">Verification Match Level</a></td>\n</tr>\n<tr>\n<td>parsingStatus</td>\n<td>string or null</td>\n<td>Either 'identified_and_parsed' or 'unable_to_parse'</td>\n</tr>\n<tr>\n<td>lexiconIdentificationMatchLevel</td>\n<td>string or null</td>\n<td>The level to which the output data has some recognized form, through the use of pattern matching and lexicon matching.See <a href=\"#\">Verification Match Level</a></td>\n</tr>\n<tr>\n<td>contextIdentificationMatchLevel</td>\n<td>string or null</td>\n<td>The level to which the output data can be recognized based on the context in which it appears.See <a href=\"#\">Verification Match Level</a></td>\n</tr>\n<tr>\n<td>postCodeStatus</td>\n<td>string or null</td>\n<td>The status about postal code.See <a href=\"#\">PostalCode Status</a></td>\n</tr>\n<tr>\n<td>matchScore</td>\n<td>number</td>\n<td>Indicates how much the input data has been changed during the verification process in order to achieve the post-processed verification match level</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"verification-status\">Verification Status</h3>\n<ul>\n<li><p><code>verified</code><br>  A complete match was made between the input data and a single record from the available reference data</p>\n</li>\n<li><p><code>partially_verified</code><br>  A partial match was made between the input data and a single record from the available reference data</p>\n</li>\n<li><p><code>unverified</code><br>  Unable to verify. The output fields will contain the input data|</p>\n</li>\n<li><p><code>ambiguous</code><br>  More than one close reference data match</p>\n</li>\n<li><p><code>conflict</code><br>  More than one close reference data match with conflicting values</p>\n</li>\n<li><p><code>reverted</code><br>  Record could not be verified to the specified minimum acceptable level. The output fields will contain the input data</p>\n</li>\n</ul>\n<h3 id=\"verification-match-level\">Verification Match Level</h3>\n<ul>\n<li><p>Delivery Point (PostBox or SubBuilding)</p>\n</li>\n<li><p>Premise (Premise or Building)</p>\n</li>\n<li><p>Thoroughfare (Street or Road)</p>\n</li>\n<li><p>Locality (City)</p>\n</li>\n<li><p>AdministrativeArea (Province or State)</p>\n</li>\n<li><p>None</p>\n</li>\n</ul>\n<h3 id=\"postcode-status\">Postcode Status</h3>\n<ul>\n<li><p>postal_code_primary_and_postal_code_secondary_verified</p>\n</li>\n<li><p>postal_code_primary_verified, postal_code_secondary_added_or_changed</p>\n</li>\n<li><p>postal_code_primary_verified</p>\n</li>\n<li><p>postal_code_primary_verified_with_small_change</p>\n</li>\n<li><p>postal_code_primary_verified_with_large_change</p>\n</li>\n<li><p>postal_code_primary_added</p>\n</li>\n<li><p>postal_code_primary_identified_by_lexicon</p>\n</li>\n<li><p>postal_code_primary_identified_by_context</p>\n</li>\n<li><p>postal_code_primary_empty</p>\n</li>\n</ul>\n<h1 id=\"verification\">Verification</h1>\n<p>This is the data returned from the international verification endpoints. The batch verification endpoint returns an array of these. The final status of each result is stored inside the <code>verificationStatus</code> property of the <code>summary</code> field. See <a href=\"#verification-status\">Verification Status</a>. In addition, the <code>summary</code> field provides other information regarding the quality of each verification. See <a href=\"#verification-summary\">Summary of Verification</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>formattedAddress</td>\n<td>string</td>\n<td>The complete address including all details</td>\n</tr>\n<tr>\n<td>line1</td>\n<td>string</td>\n<td>The first line of the resulting address</td>\n</tr>\n<tr>\n<td>line2</td>\n<td>string or null</td>\n<td>The second line of the resulting address</td>\n</tr>\n<tr>\n<td>line3</td>\n<td>string or null</td>\n<td>The third line of the resulting address</td>\n</tr>\n<tr>\n<td>line4</td>\n<td>string or null</td>\n<td>The fourth line of the resulting address</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string or null</td>\n<td>The city of the resulting address</td>\n</tr>\n<tr>\n<td>provinceOrState</td>\n<td>string or null</td>\n<td>The province or state of the resulting address</td>\n</tr>\n<tr>\n<td>postalOrZip</td>\n<td>string or null</td>\n<td>The Postal/ZIP code of the resulting address</td>\n</tr>\n<tr>\n<td>country</td>\n<td>string or null</td>\n<td>The country of the resulting address</td>\n</tr>\n<tr>\n<td>summary</td>\n<td><a href=\"#verification-summary\">Summary of Verification</a> or null</td>\n<td>Contains accuracy information of the verification (see below for details)</td>\n</tr>\n<tr>\n<td>geoData</td>\n<td><a href=\"#geographical-data\">Geographical Data</a> or null</td>\n<td>Contains geographic information (see below for details)</td>\n</tr>\n<tr>\n<td>details</td>\n<td><a href=\"#address-details\">Address Details</a> or null</td>\n<td>Detailed information about the address (see below for details)</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>string or null</td>\n<td>The address errors that were fixed or caused verification failure</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"completion-preview\">Completion Preview</h1>\n<p>This is the data returned from the <code>GET</code> completion endpoint (i.e. the preview endpoint). Each element of the returned array follows this schema.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>The ID of the autocompleted address</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>Either 'Address', 'Container' or 'BuildingNumber'</td>\n</tr>\n<tr>\n<td>text</td>\n<td>string</td>\n<td>The name of the autocompleted address</td>\n</tr>\n<tr>\n<td>highlight</td>\n<td>string</td>\n<td>A list of number ranges identifying the matched characters in the Text and Description</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string or undefined</td>\n<td>Descriptive information about the result</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"autocompleted-address\">Autocompleted Address</h1>\n<p>This is the data returned from the <code>POST</code> completions endpoint.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>formattedAddress</td>\n<td>string</td>\n<td>The complete address including all details</td>\n</tr>\n<tr>\n<td>line1</td>\n<td>string</td>\n<td>The first line of the resulting address</td>\n</tr>\n<tr>\n<td>line2</td>\n<td>string or null</td>\n<td>The second line of the resulting address</td>\n</tr>\n<tr>\n<td>line3</td>\n<td>string or null</td>\n<td>The third line of the resulting address</td>\n</tr>\n<tr>\n<td>line4</td>\n<td>string or null</td>\n<td>The fourth line of the resulting address</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string or null</td>\n<td>The city of the resulting address</td>\n</tr>\n<tr>\n<td>provinceOrState</td>\n<td>string or null</td>\n<td>The province or state of the resulting address</td>\n</tr>\n<tr>\n<td>postalOrZip</td>\n<td>string or null</td>\n<td>The Postal/ZIP code of the resulting address</td>\n</tr>\n<tr>\n<td>country</td>\n<td>string or null</td>\n<td>The country of the resulting address</td>\n</tr>\n<tr>\n<td>building</td>\n<td>string or null</td>\n<td>Name of the building where the address is located</td>\n</tr>\n<tr>\n<td>department</td>\n<td>string or null</td>\n<td>Name of the department where the address is located</td>\n</tr>\n<tr>\n<td>company</td>\n<td>string or null</td>\n<td>Name of the company where the address is located</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>string or null</td>\n<td>The address errors that were fixed or caused verification failure</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authorization","slug":"authorization"},{"content":"API Keys","slug":"api-keys"},{"content":"Integration","slug":"integration"},{"content":"Integrating Autocomplete","slug":"integrating-autocomplete"},{"content":"Response","slug":"response"},{"content":"Address Details","slug":"address-details"},{"content":"Proper Case","slug":"proper-case"},{"content":"Geographical Data","slug":"geographical-data"},{"content":"Summary of Verification","slug":"summary-of-verification"},{"content":"Verification","slug":"verification"},{"content":"Completion Preview","slug":"completion-preview"},{"content":"Autocompleted Address","slug":"autocompleted-address"}],"owner":"17207010","collectionId":"292b885f-33cb-46fb-8c82-0d30427d8dc1","publishedId":"UVXona2n","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"2d69ff"},"publishDate":"2025-07-11T20:05:14.000Z"},"item":[{"name":"Intl Address Verification","item":[{"name":"Verify a Freeform Address","id":"7b43b14c-2d33-4650-bfa2-e33e142ec26f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"live_sk_u7gPCABhqmfY5Aw6WytUDd","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"address","value":"PostGrid, 90 canal st boston, us","description":"<p>The address you want to verify, written on a single line.</p>\n","type":"text"}]},"url":"https://api.postgrid.com/v1/intl_addver/verifications?includeDetails=true","description":"<p>Verify, standardize, and correct an international address written on a single line.</p>\n","urlObject":{"protocol":"https","path":["v1","intl_addver","verifications"],"host":["api","postgrid","com"],"query":[{"disabled":true,"description":{"content":"<p>If this is 'true', we include geolocation information (latitude, longitude) and acurracy.</p>\n","type":"text/plain"},"key":"geoData","value":"true"},{"description":{"content":"<p>If this is 'true', we provide additional details about the verified address. See details.</p>\n","type":"text/plain"},"key":"includeDetails","value":"true"}],"variable":[]}},"response":[{"id":"98953e7e-65c7-4ca2-8e66-403c71d011ab","name":"Verify a Freeform Address","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"live_sk_u7gPCABhqmfY5Aw6WytUDd","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"address","value":"31 Fl Scarborough CA","description":"The address you want to verify, written on a single line.","type":"text"}]},"url":{"raw":"https://api.postgrid.com/v1/intl_addver/verifications?geoData=true&includeDetails=true&properCase=true","protocol":"https","host":["api","postgrid","com"],"path":["v1","intl_addver","verifications"],"query":[{"key":"geoData","value":"true","description":"If this is 'true', we include geolocation information (latitude, longitude) and acurracy."},{"key":"includeDetails","value":"true","description":"If this is 'true', we provide additional details about the verified address. See details."},{"key":"properCase","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"Date","value":"Mon, 29 Mar 2021 22:33:09 GMT"},{"key":"X-RateLimit-Reset","value":"1617057250"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"670"},{"key":"ETag","value":"W/\"29e-xMRm8tIKwT4nEPNP4JlIROM/YbQ\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"International address verified successfully.\",\n    \"data\": {\n        \"city\": \"Scarborough\",\n        \"country\": \"CA\",\n        \"details\": {\n            \"premise\": \"31\"\n        },\n        \"formattedAddress\": \"31 Fl,scarborough On\",\n        \"geoData\": {\n            \"latitude\": \"43.761961\",\n            \"longitude\": \"-79.245693\",\n            \"geoAccuracy\": \"A2\"\n        },\n        \"line1\": \"31 Fl\",\n        \"line2\": \"Scarborough On\",\n        \"provinceOrState\": \"ON\",\n        \"summary\": {\n            \"verificationStatus\": \"partially_verified\",\n            \"postProcessedVerificationMatchLevel\": \"city\",\n            \"preProcessedVerificationMatchLevel\": \"city\",\n            \"parsingStatus\": \"unable_to_parse\",\n            \"lexiconIdentificationMatchLevel\": \"city\",\n            \"contextIdentificationMatchLevel\": \"premise_or_building\",\n            \"postCodeStatus\": \"postal_code_primary_empty\",\n            \"matchScore\": 100\n        }\n    }\n}"}],"_postman_id":"7b43b14c-2d33-4650-bfa2-e33e142ec26f"},{"name":"Verify a Structured Address","id":"b329cf55-0766-4e0c-8615-cdec4117c098","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"live_sk_u7gPCABhqmfY5Aw6WytUDd","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"address[line1]","value":"THE CROWN, 304 LIVERPOOL ROAD,Birkdale\n","type":"text","description":"<p>The first line of your address.</p>\n"},{"key":"address[city]","value":"London","type":"text","description":"<p>The city of the address.</p>\n"},{"key":"address[postalOrZip]","value":"SW11 7US","type":"text","description":"<p>The postal code of your address.</p>\n"},{"key":"address[country]","value":"United Kingdom","type":"text","description":"<p>The country of your address.</p>\n"}]},"url":"https://api.postgrid.com/v1/intl_addver/verifications?geoData=false&includeDetails=true","description":"<p>Verify and standardize a single international address which is already structured into Line 1, Line 2, City, etc. All parameters except line1 are optional.</p>\n<p>If you supply geoData=true as a query parameter, we will also populate an additional geoData field that follows the Geographical Data schema.</p>\n<p>If you supply includeDetails=true as a query parameter, we will also populate an additional details field that follows the Address Details schema.</p>\n","urlObject":{"protocol":"https","path":["v1","intl_addver","verifications"],"host":["api","postgrid","com"],"query":[{"description":{"content":"<p>If this is 'true', we include geolocation information (latitude, longitude) and acurracy.</p>\n","type":"text/plain"},"key":"geoData","value":"false"},{"description":{"content":"<p>If this is 'true', we provide additional details about the verified address. See details.</p>\n","type":"text/plain"},"key":"includeDetails","value":"true"}],"variable":[]}},"response":[{"id":"6dfb5ef3-c286-4a98-b46c-258880c54165","name":"Verify a Structured Address","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"live_sk_u7gPCABhqmfY5Aw6WytUDd","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"address[line1]","value":"Hockenheimerstr 43","description":"The first line of your address.","type":"text"},{"key":"address[line2]","value":"Reilingen","description":"The second line of your address.","type":"text"},{"key":"address[line3]","value":"Baden Wurtemberg","description":"The third line of your address.","type":"text"},{"key":"address[line4]","value":"","description":"The fourth line of your address.","type":"text"},{"key":"address[city]","value":"","description":"The city of your address.","type":"text"},{"key":"address[provinceOrState]","value":"Baden-Württemberg","description":"The province or state of your address.","type":"text"},{"key":"address[postalOrZip]","value":"68799","description":"The postal code of your address","type":"text"},{"key":"address[country]","value":"DEU","description":"The country of your address. Supply an ISO country code.","type":"text"}]},"url":{"raw":"https://api.postgrid.com/v1/intl_addver/verifications?geoData=true&includeDetails=true&properCase=true","protocol":"https","host":["api","postgrid","com"],"path":["v1","intl_addver","verifications"],"query":[{"key":"geoData","value":"true","description":"If this is 'true', we include geolocation information (latitude, longitude) and acurracy."},{"key":"includeDetails","value":"true","description":"If this is 'true', we provide additional details about the verified address. See details."},{"key":"properCase","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"98"},{"key":"Date","value":"Mon, 29 Mar 2021 22:33:35 GMT"},{"key":"X-RateLimit-Reset","value":"1617057250"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"875"},{"key":"ETag","value":"W/\"36b-eRhsmdkdWzatMN3gV+gglt219NQ\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"International address verified successfully.\",\n    \"data\": {\n        \"city\": \"Reilingen\",\n        \"country\": \"DE\",\n        \"details\": {\n            \"building\": \"Reilingen Baden Wurtemberg\",\n            \"premise\": \"43\"\n        },\n        \"formattedAddress\": \"Reilingen Baden Wurtemberg,hockenheimer Str. 43,68799 Reilingen\",\n        \"geoData\": {\n            \"latitude\": \"49.297010\",\n            \"longitude\": \"8.571100\",\n            \"geoAccuracy\": \"P4\"\n        },\n        \"line1\": \"Reilingen Baden Wurtemberg\",\n        \"line2\": \"Hockenheimer Str. 43\",\n        \"line3\": \"68799 Reilingen\",\n        \"postalOrZip\": \"68799\",\n        \"provinceOrState\": \"Baden-Württemberg\",\n        \"summary\": {\n            \"verificationStatus\": \"verified\",\n            \"postProcessedVerificationMatchLevel\": \"premise_or_building\",\n            \"preProcessedVerificationMatchLevel\": \"premise_or_building\",\n            \"parsingStatus\": \"unable_to_parse\",\n            \"lexiconIdentificationMatchLevel\": \"premise_or_building\",\n            \"contextIdentificationMatchLevel\": \"premise_or_building\",\n            \"postCodeStatus\": \"postal_code_primary_empty\",\n            \"matchScore\": 100\n        }\n    }\n}"}],"_postman_id":"b329cf55-0766-4e0c-8615-cdec4117c098"},{"name":"Batch Verify Addresses","id":"e72923ac-5054-4b3b-a277-6f5c9be15e61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"live_sk_u7gPCABhqmfY5Aw6WytUDd","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"addresses\": [\n        \"1946 E 113th St, Los Angeles, CA 90059, USA\",\n        {\n            \"line1\": \"31\",\n            \"line2\": \"\",\n            \"line3\": \"\",\n            \"line4\": \"\",\n            \"city\": \"\",\n            \"provinceOrState\": \"\",\n            \"postalOrZip\": \"M1K 3B3\",\n            \"country\": \"CA\"\n        },\n        {\n            \"line1\": \"Sageweg 27\",\n            \"line2\": \"Neuenburg\",\n            \"line3\": \"\",\n            \"line4\": \"\",\n            \"city\": \"Baden-Württemberg\",\n            \"provinceOrState\": \"\",\n            \"postalOrZip\": \"79395\",\n            \"country\": \"DEU\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.postgrid.com/v1/intl_addver/verifications/batch?geoData=true&includeDetails=true","description":"<p>Verify up to 2000 international addresses (both free-form and structured) with a single API call.</p>\n<p>Note that valid <code>addresses</code> are either strings or objects containing the structured address fields (<code>line1</code>, <code>line2</code>, etc).</p>\n<p>If your batch is larger than your free limit <strong>and you are not yet subscribed</strong>, the entire batch will fail to verify. You can send in a batch no larger than the remaining number of lookups in that case.</p>\n<p><strong>Uses 1 lookup per address provided.</strong></p>\n","urlObject":{"protocol":"https","path":["v1","intl_addver","verifications","batch"],"host":["api","postgrid","com"],"query":[{"description":{"content":"<p>If this is 'true', we include geolocation information (latitude, longitude) and acurracy.</p>\n","type":"text/plain"},"key":"geoData","value":"true"},{"description":{"content":"<p>If this is 'true', we provide additional details about the verified address. See details.</p>\n","type":"text/plain"},"key":"includeDetails","value":"true"}],"variable":[]}},"response":[{"id":"75f9deef-a7d1-4d2b-b005-4e36e761ad71","name":"Batch Verify Addresses","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"live_sk_u7gPCABhqmfY5Aw6WytUDd","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"addresses\": [\n        \"1946 E 113th St, Los Angeles, CA 90059, USA\",\n        {\n            \"line1\": \"31\",\n            \"line2\": \"\",\n            \"line3\": \"\",\n            \"line4\": \"\",\n            \"city\": \"\",\n            \"provinceOrState\": \"\",\n            \"postalOrZip\": \"M1K 3B3\",\n            \"country\": \"CA\"\n        },\n        {\n            \"line1\": \"Sageweg 27\",\n            \"line2\": \"Neuenburg\",\n            \"line3\": \"\",\n            \"line4\": \"\",\n            \"city\": \"Baden-Württemberg\",\n            \"provinceOrState\": \"\",\n            \"postalOrZip\": \"79395\",\n            \"country\": \"DEU\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.postgrid.com/v1/intl_addver/verifications/batch?geoData=true&includeDetails=true&properCase=true","protocol":"https","host":["api","postgrid","com"],"path":["v1","intl_addver","verifications","batch"],"query":[{"key":"geoData","value":"true"},{"key":"includeDetails","value":"true"},{"key":"properCase","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"Date","value":"Mon, 29 Mar 2021 22:35:37 GMT"},{"key":"X-RateLimit-Reset","value":"1617057398"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2086"},{"key":"ETag","value":"W/\"826-ilEt751vjVItccNFo02C2XmIhgQ\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Verified international addresses batch successfully.\",\n    \"data\": [\n        {\n            \"city\": \"Los Angeles\",\n            \"country\": \"US\",\n            \"details\": {\n                \"premise\": \"1946\"\n            },\n            \"formattedAddress\": \"1946 E 113th St,los Angeles Ca 90059-2006\",\n            \"geoData\": {\n                \"latitude\": \"33.932350\",\n                \"longitude\": \"-118.237410\",\n                \"geoAccuracy\": \"P4\"\n            },\n            \"line1\": \"1946 E 113th St\",\n            \"line2\": \"Los Angeles Ca 90059-2006\",\n            \"postalOrZip\": \"90059-2006\",\n            \"provinceOrState\": \"CA\",\n            \"summary\": {\n                \"verificationStatus\": \"verified\",\n                \"postProcessedVerificationMatchLevel\": \"premise_or_building\",\n                \"preProcessedVerificationMatchLevel\": \"premise_or_building\",\n                \"parsingStatus\": \"unable_to_parse\",\n                \"lexiconIdentificationMatchLevel\": \"premise_or_building\",\n                \"contextIdentificationMatchLevel\": \"premise_or_building\",\n                \"postCodeStatus\": \"postal_code_primary_empty\",\n                \"matchScore\": 100\n            }\n        },\n        {\n            \"city\": \"Scarborough\",\n            \"country\": \"CA\",\n            \"details\": {},\n            \"formattedAddress\": \"31,scarborough On  M1k 3b3\",\n            \"geoData\": {\n                \"latitude\": \"43.761961\",\n                \"longitude\": \"-79.245693\",\n                \"geoAccuracy\": \"A2\"\n            },\n            \"line1\": \"31\",\n            \"line2\": \"Scarborough On  M1k 3b3\",\n            \"postalOrZip\": \"M1K 3B3\",\n            \"provinceOrState\": \"ON\",\n            \"summary\": {\n                \"verificationStatus\": \"partially_verified\",\n                \"postProcessedVerificationMatchLevel\": \"city\",\n                \"preProcessedVerificationMatchLevel\": \"city\",\n                \"parsingStatus\": \"unable_to_parse\",\n                \"lexiconIdentificationMatchLevel\": \"city\",\n                \"contextIdentificationMatchLevel\": \"street_or_road\",\n                \"postCodeStatus\": \"postal_code_primary_empty\",\n                \"matchScore\": 100\n            }\n        },\n        {\n            \"city\": \"Neuenburg Am Rhein\",\n            \"country\": \"DE\",\n            \"details\": {\n                \"premise\": \"27\"\n            },\n            \"formattedAddress\": \"Sägeweg 27,79395 Neuenburg Am Rhein\",\n            \"geoData\": {\n                \"latitude\": \"47.807820\",\n                \"longitude\": \"7.569160\",\n                \"geoAccuracy\": \"P4\"\n            },\n            \"line1\": \"Sägeweg 27\",\n            \"line2\": \"79395 Neuenburg Am Rhein\",\n            \"postalOrZip\": \"79395\",\n            \"provinceOrState\": \"Baden-Württemberg\",\n            \"summary\": {\n                \"verificationStatus\": \"verified\",\n                \"postProcessedVerificationMatchLevel\": \"premise_or_building\",\n                \"preProcessedVerificationMatchLevel\": \"premise_or_building\",\n                \"parsingStatus\": \"unable_to_parse\",\n                \"lexiconIdentificationMatchLevel\": \"premise_or_building\",\n                \"contextIdentificationMatchLevel\": \"premise_or_building\",\n                \"postCodeStatus\": \"postal_code_primary_empty\",\n                \"matchScore\": 100\n            }\n        }\n    ]\n}"},{"id":"240dddc8-b1a7-4f49-a97a-ae48c4510bfa","name":"Batch Verify Addresses","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"live_sk_u7gPCABhqmfY5Aw6WytUDd","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"addresses\": [\n        \"22-20 bay st, toronto, ON\",\n        {\n            \"line1\": \"145 mulberry st ph d\",\n            \"city\": \"new york\",\n            \"provinceOrState\": \"new york\",\n            \"postalOrZip\": \"10013\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/v1/addver/verifications/batch"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Oct 2020 17:33:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"472"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"1d8-9uMPbYMtVsLBzHQ1s0ILGikJoZI\""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Verified address batch successfully.\",\n    \"data\": {\n        \"results\": [\n            {\n                \"verifiedAddress\": {\n                    \"line1\": \"22-20 BAY ST\",\n                    \"city\": \"TORONTO\",\n                    \"postalOrZip\": \"M5J 2N8\",\n                    \"provinceOrState\": \"ON\",\n                    \"country\": \"ca\",\n                    \"status\": \"corrected\",\n                    \"errors\": {\n                        \"postalOrZip\": [\n                            \"Missing Value: Postal Code\"\n                        ]\n                    }\n                }\n            },\n            {\n                \"verifiedAddress\": {\n                    \"line1\": \"145 MULBERRY ST PH D\",\n                    \"city\": \"NEW YORK\",\n                    \"postalOrZip\": \"10013\",\n                    \"provinceOrState\": \"NY\",\n                    \"country\": \"us\",\n                    \"zipPlus4\": \"5230\",\n                    \"status\": \"verified\",\n                    \"errors\": {}\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"e72923ac-5054-4b3b-a277-6f5c9be15e61"}],"id":"31f1120a-b3e1-4961-984a-1f21192cc1f0","description":"<p>These endpoints are for international address verifications. The endpoints support both single address verification and batch verifications. All endpoints support both free-form and structured input.</p>\n","_postman_id":"31f1120a-b3e1-4961-984a-1f21192cc1f0"},{"name":"Intl Address Autocomplete","item":[{"name":"Get Autocomplete Previews","id":"5794fe11-e507-4608-ad4f-e09108b72991","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"live_sk_u7gPCABhqmfY5Aw6WytUDd","type":"text"}],"url":"https://api.postgrid.com/v1/intl_addver/completions?partialStreet=15&countriesFilter=United Kingdom&limit=4&language=EN","description":"<p>Get previews of autocompleted international addresses. The results are biased based on your current IP address. The results have both of type 'Address' and 'BuildingNumber'.\nIf the type is 'Address', its id can be used in autocomplete POST endpoint to retrieve the complete address. Otherwise, the id can be used as a 'container' to retrieve further information using the 'advanced' option described below.</p>\n","urlObject":{"protocol":"https","path":["v1","intl_addver","completions"],"host":["api","postgrid","com"],"query":[{"description":{"content":"<p>The partially written street address</p>\n","type":"text/plain"},"key":"partialStreet","value":"15"},{"description":{"content":"<p>The countries you want to filter the results by.  Supply ISO country code or the country's name. Separate multiple codes by comma.</p>\n","type":"text/plain"},"key":"countriesFilter","value":"United Kingdom"},{"description":{"content":"<p>Maximum number of results</p>\n","type":"text/plain"},"key":"limit","value":"4"},{"description":{"content":"<p>The language preference of the results</p>\n","type":"text/plain"},"key":"language","value":"EN"},{"disabled":true,"description":{"content":"<p>The city you want to filter the results by</p>\n","type":"text/plain"},"key":"cityFilter","value":"London"},{"disabled":true,"description":{"content":"<p>The street you want to filter the results by</p>\n","type":"text/plain"},"key":"streetFilter","value":"Bridge Avenue"},{"disabled":true,"description":{"content":"<p>The postal code or zip code you want to filter the results by</p>\n","type":"text/plain"},"key":"postalOrZipFilter","value":"W7 3AR"}],"variable":[]}},"response":[{"id":"358d8ca1-24e0-4c46-962f-d5c7feb706c9","name":"Get Autocomplete Previews","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"live_sk_u7gPCABhqmfY5Aw6WytUDd","type":"text"}],"url":{"raw":"https://api.postgrid.com/v1/intl_addver/completions?partialStreet=15&countriesFilter=United Kingdom&limit=4&language=EN&cityFilter=London&streetFilter=Bridge Avenue&postalOrZipFilter=W7 3AR","protocol":"https","host":["api","postgrid","com"],"path":["v1","intl_addver","completions"],"query":[{"key":"partialStreet","value":"15","description":"The partially written street address"},{"key":"countriesFilter","value":"United Kingdom","description":"The countries you want to filter the results by.  Supply ISO country codes or the country's name. Separate multiple codes by comma."},{"key":"limit","value":"4","description":"Maximum number of results"},{"key":"language","value":"EN","description":"The language preference of the results"},{"key":"cityFilter","value":"London","description":"The city you want to filter the results by"},{"key":"streetFilter","value":"Bridge Avenue","description":"The street you want to filter the results by"},{"key":"postalOrZipFilter","value":"W7 3AR","description":"The postal code or zip code you want to filter the results by"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 21 Jan 2022 20:49:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"20f-myrZcGejHszuau30wLbK/Jegf8U\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=7HkyjT6Vcp8cVr51rWEyjKKKyn0BMp%2Fgw3SHMtnSfYjSMJ2sWqQzj3cym79a5LxpSLDevo3KWH%2BnL%2BLpYfrIohC8YKvTyYkxW4PuV9lY7W7Sll5FWHMrgDufzydvGQknxa9I\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6d1368467ef6c504-ORD"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Found international address completion previews successfully.\",\n    \"data\": [\n        {\n            \"highlight\": \"0-2\",\n            \"id\": \"GB|RM|A|25866657|ENG\",\n            \"text\": \"152 Bridge Avenue London W7 3AR\",\n            \"type\": \"Address\"\n        },\n        {\n            \"highlight\": \"0-2\",\n            \"id\": \"GB|RM|A|25866658|ENG\",\n            \"text\": \"154 Bridge Avenue London W7 3AR\",\n            \"type\": \"Address\"\n        },\n        {\n            \"highlight\": \"0-2\",\n            \"id\": \"GB|RM|A|25866659|ENG\",\n            \"text\": \"156 Bridge Avenue London W7 3AR\",\n            \"type\": \"Address\"\n        },\n        {\n            \"highlight\": \"0-2\",\n            \"id\": \"GB|RM|A|25866660|ENG\",\n            \"text\": \"158 Bridge Avenue London W7 3AR\",\n            \"type\": \"Address\"\n        }\n    ]\n}"}],"_postman_id":"5794fe11-e507-4608-ad4f-e09108b72991"},{"name":"Get Autocomplete Advanced Previews","id":"77398363-5803-4e24-bab2-c2d2aaa8f643","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"live_sk_u7gPCABhqmfY5Aw6WytUDd","type":"text"}],"url":"https://api.postgrid.com/v1/intl_addver/completions?container=US|US|ENG|13021-NY-AUBURN--ST-GENESEE-E-15&language=EN&advanced=true","description":"<p>Search for further information given a \"container\" which is the \"id\" field received from the preview endpoint in which the preview's type is not \"Address\" (eg. 'BuildingNumber'). The advanced=true query param must be supplied</p>\n","urlObject":{"protocol":"https","path":["v1","intl_addver","completions"],"host":["api","postgrid","com"],"query":[{"description":{"content":"<p>A container for the search. This should only be another Id previously returned from this endpoint when the \"type\" of the result was not 'Address'.</p>\n","type":"text/plain"},"key":"container","value":"US|US|ENG|13021-NY-AUBURN--ST-GENESEE-E-15"},{"description":{"content":"<p>The language preference of the results</p>\n","type":"text/plain"},"key":"language","value":"EN"},{"description":{"content":"<p>Indicates whether it is a container search or not</p>\n","type":"text/plain"},"key":"advanced","value":"true"}],"variable":[]}},"response":[{"id":"a65bfee8-136a-4dc2-82df-db3c68cf0a44","name":"Get Autocomplete Advanced Previews","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"live_sk_u7gPCABhqmfY5Aw6WytUDd","type":"text"}],"url":{"raw":"https://api.postgrid.com/v1/intl_addver/completions?container=US|US|ENG|13021-NY-AUBURN--ST-GENESEE-E-15&language=EN&advanced=true","protocol":"https","host":["api","postgrid","com"],"path":["v1","intl_addver","completions"],"query":[{"key":"container","value":"US|US|ENG|13021-NY-AUBURN--ST-GENESEE-E-15","description":"A container for the search. This should only be another Id previously returned from this endpoint when the \"type\" of the result was not 'Address'."},{"key":"language","value":"EN","description":"The language preference of the results"},{"key":"advanced","value":"true","description":"Indicates whether it is a container search or not"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"98"},{"key":"Date","value":"Mon, 29 Mar 2021 23:21:16 GMT"},{"key":"X-RateLimit-Reset","value":"1617060120"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"763"},{"key":"ETag","value":"W/\"2fb-iD6E4Vq8yjj9XPY7YBtfPniwp20\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Found international address completion previews successfully.\",\n    \"data\": [\n        {\n            \"description\": \"Auburn NY 13021\",\n            \"id\": \"US|US|A|V118108473|1\",\n            \"text\": \"15 E Genesee St Apt 1\",\n            \"type\": \"Address\"\n        },\n        {\n            \"description\": \"Auburn NY 13021\",\n            \"id\": \"US|US|A|V118108473|2\",\n            \"text\": \"15 E Genesee St Apt 2\",\n            \"type\": \"Address\"\n        },\n        {\n            \"description\": \"Auburn NY 13021\",\n            \"id\": \"US|US|A|V118108473|3\",\n            \"text\": \"15 E Genesee St Apt 3\",\n            \"type\": \"Address\"\n        },\n        {\n            \"description\": \"Auburn NY 13021\",\n            \"id\": \"US|US|A|V118108473|4\",\n            \"text\": \"15 E Genesee St Apt 4\",\n            \"type\": \"Address\"\n        },\n        {\n            \"description\": \"Auburn NY 13021\",\n            \"id\": \"US|US|A|V118108474|A\",\n            \"text\": \"15 E Genesee St Ste A\",\n            \"type\": \"Address\"\n        },\n        {\n            \"description\": \"Auburn NY 13021\",\n            \"id\": \"US|US|A|V118108474|B\",\n            \"text\": \"15 E Genesee St Ste B\",\n            \"type\": \"Address\"\n        }\n    ]\n}"}],"_postman_id":"77398363-5803-4e24-bab2-c2d2aaa8f643"},{"name":"Autocomplete an Address","id":"74c5c921-ce81-45b8-8b83-0d7085f53321","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"live_sk_u7gPCABhqmfY5Aw6WytUDd","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"id","value":"US|US|A|V119179091|15","description":"<p>The id that is previously returned from the preview endpoint</p>\n","type":"text"}]},"url":"https://api.postgrid.com/v1/intl_addver/completions","description":"<p>Provide completions for a partially specified address. The id is from the preview endpoint in which the type is \"Address\".</p>\n","urlObject":{"protocol":"https","path":["v1","intl_addver","completions"],"host":["api","postgrid","com"],"query":[],"variable":[]}},"response":[{"id":"426930f9-bdca-4e2b-a568-273120a71e1d","name":"Autocomplete an Address","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"live_sk_u7gPCABhqmfY5Aw6WytUDd","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"id","value":"US|US|A|V119179091|15","description":"The id that is previously returned from the preview endpoint","type":"text"}]},"url":"https://api.postgrid.com/v1/intl_addver/completions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"Date","value":"Mon, 29 Mar 2021 23:14:22 GMT"},{"key":"X-RateLimit-Reset","value":"1617059723"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"336"},{"key":"ETag","value":"W/\"150-AnhhcS5Vii+3qZuz6kJFD8ihlNQ\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Found international address completion previews successfully.\",\n    \"data\": {\n        \"city\": \"New York\",\n        \"country\": \"United States\",\n        \"countryCode\": \"US\",\n        \"formattedAddress\": \"15 Park Ave\\nNEW YORK NY 10016-4348\\nUNITED STATES\",\n        \"line1\": \"15 Park Ave\",\n        \"postalOrZip\": \"10016-4348\",\n        \"provinceCode\": \"NY\",\n        \"provinceOrState\": \"New York\"\n    }\n}"}],"_postman_id":"74c5c921-ce81-45b8-8b83-0d7085f53321"}],"id":"e1860917-7c89-4de3-894a-5f686762e833","_postman_id":"e1860917-7c89-4de3-894a-5f686762e833","description":""}],"event":[{"listen":"prerequest","script":{"id":"40f6559f-193f-4006-9ee2-288fa306609c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a9fb2352-b73e-45d0-ad78-48045717524f","type":"text/javascript","exec":[""]}}],"variable":[{"key":"API Key","value":"live_sk_u7gPCABhqmfY5Aw6WytUDd"},{"key":"pg-base","value":"http://localhost:3000/v1/"}]}