{"info":{"_postman_id":"eaec2af5-e424-4004-a630-863093e30290","name":"PostGrid Verify: Address Verification & Validation API","description":"<html><head></head><body><p>Allows you to autocomplete, verify, and standardize 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<p><strong>Also note that the API key in this documentation is just an example. please create a new key on the dashboard.</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=\"rate-limit\">Rate Limit</h1>\n<p>All API endpoints (except preview endpoints) documented here have default rate limit of 5 requests per second. Users are encouraged to use the batch endpoint (<a href=\"https://api.postgrid.com/addver/verifications/batch\">https://api.postgrid.com/addver/verifications/batch</a>) documented below for processing large number of addresses. For users who would like to increase the rate limit, please feel free to reach out to <a href=\"https://mailto:support@postgrid.com\">support@postgrid.com</a>.</p>\n<h1 id=\"maximizing-throughput\">Maximizing Throughput</h1>\n<p>In the event that you are verifying millions of addresses, we recommend doing at most 2 concurrent calls with batch sizes of 2000 addresses each. In general, your throughput is limited to 100 addresses per second, so making more concurrent calls will not necessarily speed up the overall process. If you would like to increase your effective throughput, reach out to <a href=\"https://mailto:support@postgrid.com\">support@postgrid.com</a>.</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 address previews</p>\n</li>\n<li><p>Make a <code>POST /completions?index=N</code> request where N is the index of the address the user selected</p>\n</li>\n</ol>\n<p>If you follow these steps, there will only be 1 lookup made in total (when the user selects the address).</p>\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=\"errors\">Errors</h1>\n<p>This object is returned from the verification and autocomplete endpoint to describe issues or incomplete aspects of the given address that were either fixed (which the verification endpoint will always attempt to do) or caused verification failure.</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>line1</td>\n<td>array of string</td>\n<td>Issues related to the first line of the address</td>\n</tr>\n<tr>\n<td>line2</td>\n<td>array of string</td>\n<td>Issues related to the second line of the address</td>\n</tr>\n<tr>\n<td>city</td>\n<td>array of string</td>\n<td>Issues related to the city</td>\n</tr>\n<tr>\n<td>provinceOrState</td>\n<td>array of string</td>\n<td>Issues related to the province or state</td>\n</tr>\n<tr>\n<td>generic</td>\n<td>array of string</td>\n<td>Issues with the address in general</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"usps-dpv\">USPS DPV</h1>\n<p>PostGrid performs USPS delivery point verification (DPV) on US addresses. The relevant fields are returned in the <a href=\"#address-details\">address details</a> starting with <code>usMailingsDpv</code>. Here is a breakdown of the different return codes for those values.</p>\n<p>For the <code>usMailingsDpvConfirmationIndicator</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Empty</td>\n<td>Address not found in database</td>\n</tr>\n<tr>\n<td><code>N</code></td>\n<td>Address is not DPV-confirmed</td>\n</tr>\n<tr>\n<td><code>Y</code></td>\n<td>Address is DPV-confirmed</td>\n</tr>\n<tr>\n<td><code>D</code></td>\n<td>Primary number (e.g. street number) confirmed, secondary missing</td>\n</tr>\n<tr>\n<td><code>S</code></td>\n<td>Primary confirmed, secondary present, but not confirmed</td>\n</tr>\n</tbody>\n</table>\n</div><p>For the <code>usMailingsDpvFootnote1</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>AA</code></td>\n<td>Address matched to zip4</td>\n</tr>\n<tr>\n<td><code>A1</code></td>\n<td>Address not matched</td>\n</tr>\n</tbody>\n</table>\n</div><p>For the <code>usMailingsDpvFootnote2</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>BB</code></td>\n<td>All components of the address matched to DPV</td>\n</tr>\n<tr>\n<td><code>CC</code></td>\n<td>Primary number matched, secondary present but not matched</td>\n</tr>\n<tr>\n<td><code>N1</code></td>\n<td>Primary matched, secondary missing</td>\n</tr>\n<tr>\n<td><code>M1</code></td>\n<td>Primary missing</td>\n</tr>\n<tr>\n<td><code>M3</code></td>\n<td>Primary number invalid</td>\n</tr>\n<tr>\n<td><code>U1</code></td>\n<td>Address matched to unique ZIP code</td>\n</tr>\n<tr>\n<td><code>F1</code></td>\n<td>Military address</td>\n</tr>\n<tr>\n<td><code>G1</code></td>\n<td>General delivery address</td>\n</tr>\n<tr>\n<td><code>P1</code></td>\n<td>PO Box, rural route, or HC box number is missing</td>\n</tr>\n<tr>\n<td><code>P3</code></td>\n<td>Invalid PO Box, rural route, or HC box number</td>\n</tr>\n</tbody>\n</table>\n</div><p>For the <code>usMailingsDpvFootnote3</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>RR</code></td>\n<td>Matched to CMRA with secondary present</td>\n</tr>\n<tr>\n<td><code>R1</code></td>\n<td>Matched to CMRA but missing secondary number</td>\n</tr>\n</tbody>\n</table>\n</div><p>For the <code>usMailingsRecordTypeCode</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>F</code></td>\n<td>Firm or business</td>\n</tr>\n<tr>\n<td><code>G</code></td>\n<td>General delivery</td>\n</tr>\n<tr>\n<td><code>P</code></td>\n<td>P.O. box</td>\n</tr>\n<tr>\n<td><code>H</code></td>\n<td>High-rise</td>\n</tr>\n<tr>\n<td><code>S</code></td>\n<td>Street</td>\n</tr>\n<tr>\n<td><code>R</code></td>\n<td>Rural route/highway</td>\n</tr>\n</tbody>\n</table>\n</div><p>For the <code>usMailingsSuiteLinkReturnCode</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>00</code></td>\n<td>No match in SuiteLink data</td>\n</tr>\n<tr>\n<td><code>A</code></td>\n<td>Match found in SuiteLink data</td>\n</tr>\n<tr>\n<td>Empty</td>\n<td>Not presented to SuiteLink</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>streetName</td>\n<td>string or null</td>\n<td>Name of the street where the address is located</td>\n</tr>\n<tr>\n<td>streetType</td>\n<td>string or null</td>\n<td>Type of the street (DR, ST, BLVD, etc)</td>\n</tr>\n<tr>\n<td>streetDirection</td>\n<td>string or null</td>\n<td>The direction of the street (N, S, E, W, etc)</td>\n</tr>\n<tr>\n<td>streetNumber</td>\n<td>string or null</td>\n<td>Street number (e.g. the 20 in 20 Bay St)</td>\n</tr>\n<tr>\n<td>suiteID</td>\n<td>string or null</td>\n<td>The unit number/name</td>\n</tr>\n<tr>\n<td>boxID</td>\n<td>string or null</td>\n<td>PO Box ID</td>\n</tr>\n<tr>\n<td>deliveryInstallationAreaName</td>\n<td>string or null</td>\n<td>Delivery installation area name</td>\n</tr>\n<tr>\n<td>deliveryInstallationType</td>\n<td>string or null</td>\n<td>Delivery installation type</td>\n</tr>\n<tr>\n<td>deliveryInstallationQualifier</td>\n<td>string or null</td>\n<td>Delivery installation qualifier</td>\n</tr>\n<tr>\n<td>ruralRouteNumber</td>\n<td>string or null</td>\n<td>Rural route number</td>\n</tr>\n<tr>\n<td>ruralRouteType</td>\n<td>string or null</td>\n<td>Rural route type</td>\n</tr>\n<tr>\n<td>extraInfo</td>\n<td>string or null</td>\n<td>Any extra information relevant to the address</td>\n</tr>\n<tr>\n<td>county</td>\n<td>string or null</td>\n<td>County in the United States (US address only)</td>\n</tr>\n<tr>\n<td>countyNum</td>\n<td>string or null</td>\n<td>FIPS code for county (US address only)</td>\n</tr>\n<tr>\n<td>residential</td>\n<td>boolean or null</td>\n<td>Indicates that the address is residential (US address only)</td>\n</tr>\n<tr>\n<td>vacant</td>\n<td>boolean or null</td>\n<td>Indicates that the address is vacant according to the USPS (US address only)</td>\n</tr>\n<tr>\n<td>preDirection</td>\n<td>string or null</td>\n<td>The pre-direction of the street (before the street name, US addresses only).</td>\n</tr>\n<tr>\n<td>postDirection</td>\n<td>string or null</td>\n<td>The post-direction of the street (after the street name, US addresses only).</td>\n</tr>\n<tr>\n<td>usCensusCMSA</td>\n<td>string or null</td>\n<td>US Census consolidated metropolitan statistical area</td>\n</tr>\n<tr>\n<td>usCensusBlockNumber</td>\n<td>string or null</td>\n<td>US Census block number</td>\n</tr>\n<tr>\n<td>usCensusTractNumber</td>\n<td>string or null</td>\n<td>US Census tract number</td>\n</tr>\n<tr>\n<td>usCensusMA</td>\n<td>string or null</td>\n<td>US Census metropolitan area</td>\n</tr>\n<tr>\n<td>usCensusMSA</td>\n<td>string or null</td>\n<td>US Census metropolitan statistical area</td>\n</tr>\n<tr>\n<td>usCensusPMSA</td>\n<td>string or null</td>\n<td>US Census primary metropolitan statistical area</td>\n</tr>\n<tr>\n<td>usCongressionalDistrictNumber</td>\n<td>string or null</td>\n<td>US congressional district number</td>\n</tr>\n<tr>\n<td>usStateLegislativeUpper</td>\n<td>string or null</td>\n<td>Upper legislative district for the US address</td>\n</tr>\n<tr>\n<td>usStateLegislativeLower</td>\n<td>string or null</td>\n<td>Lower legislative district for the US address</td>\n</tr>\n<tr>\n<td>usMailingsCarrierRoute</td>\n<td>string or null</td>\n<td>4-character code assigned to mail delivery route within a 5 digit zip code</td>\n</tr>\n<tr>\n<td>usMailingsCheckDigit</td>\n<td>string or null</td>\n<td>PostNet barcode digit</td>\n</tr>\n<tr>\n<td>usMailingsDefaultFlag</td>\n<td>boolean or null</td>\n<td>True if US address matches a high-rise default or rural route default in the USPS data</td>\n</tr>\n<tr>\n<td>usMailingsDeliveryPoint</td>\n<td>string or null</td>\n<td>Unique USPS identifier for the delivery point</td>\n</tr>\n<tr>\n<td>usMailingsDpvConfirmationIndicator</td>\n<td>string or null</td>\n<td>See <a href=\"#usps-dpv\">USPS DPV</a></td>\n</tr>\n<tr>\n<td>usMailingsDpvCrmaIndicator</td>\n<td>string or null</td>\n<td><code>Y</code> if this is a commercial mail receiving agency, <code>N</code> otherwise</td>\n</tr>\n<tr>\n<td>usMailingsDpvFootnote1</td>\n<td>string or null</td>\n<td>See <a href=\"#usps-dpv\">USPS DPV</a></td>\n</tr>\n<tr>\n<td>usMailingsDpvFootnote2</td>\n<td>string or null</td>\n<td>See <a href=\"#usps-dpv\">USPS DPV</a></td>\n</tr>\n<tr>\n<td>usMailingsDpvFootnote3</td>\n<td>string or null</td>\n<td>See <a href=\"#usps-dpv\">USPS DPV</a></td>\n</tr>\n<tr>\n<td>usMailingsElotAscDesc</td>\n<td>string or null</td>\n<td><code>A</code> for ascending, <code>D</code> for descending</td>\n</tr>\n<tr>\n<td>usMailingsElotSequenceNumber</td>\n<td>string or null</td>\n<td>eLOT sequence number</td>\n</tr>\n<tr>\n<td>usMailingsEWSFlag</td>\n<td>string or null</td>\n<td><code>Y</code> if address is in early warning system database</td>\n</tr>\n<tr>\n<td>usMailingsLACSFlag</td>\n<td>string or null</td>\n<td><code>Y</code> if address converted by LACS</td>\n</tr>\n<tr>\n<td>usMailingsLACSReturnCode</td>\n<td>string or null</td>\n<td>Corresponds to USPS LACSLink return code</td>\n</tr>\n<tr>\n<td>usMailingsRecordTypeCode</td>\n<td>string or null</td>\n<td>See <a href=\"#usps-dpv\">USPS DPV</a></td>\n</tr>\n<tr>\n<td>usMailingsSuiteLinkReturnCode</td>\n<td>string or null</td>\n<td>See <a href=\"#usps-dpv\">USPS DPV</a></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=\"geocoding\">Geocoding</h1>\n<p>All of our <code>POST</code> endpoints also provide geolocation information when <code>geocode=true</code> is provided as a query parameter. <strong>You can request this feature be enabled by emailing</strong> <a href=\"https://mailto:support@postgrid.com\"><b>support@postgrid.com</b></a><strong>.</strong> This includes our verification, batch verification, suggestions, and <code>POST /completions</code> endpoint. <strong>Note that you must supply country when geocoding to get the result successfully.</strong></p>\n<p>If the query parameter is supplied, the response will include a <code>geocodeResult</code> which has 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>location</td>\n<td>Object</td>\n<td>Object that contains <code>lat</code>, <code>lng</code> properties with number values</td>\n</tr>\n<tr>\n<td>accuracy</td>\n<td>number</td>\n<td>A real number from 0.00 to 1.00 which represents an <a href=\"#accuracy-score\">accuracy score</a></td>\n</tr>\n<tr>\n<td>accuracyType</td>\n<td>string</td>\n<td>A string representing the <a href=\"#accuracy-type\">accuracy type</a></td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"accuracy-score\">Accuracy Score</h1>\n<p>This real number value from <code>0.00</code> to <code>1.00</code> which represents our confidence in the geocodes. Generally speaking, scores larger than <code>0.8</code> are quite accurate. Anything below could be a rough match.</p>\n<h1 id=\"accuracy-type\">Accuracy Type</h1>\n<p>One of the following values:</p>\n<ul>\n<li><p><code>rooftop</code> indicating that the exact point was found</p>\n</li>\n<li><p><code>point</code> indicating that the exact point was found within a range of addresses</p>\n</li>\n<li><p><code>range_interpolation</code> indicating that we used <a href=\"https://en.wikipedia.org/wiki/Address_geocoding#Address_interpolation\">interpolation</a> to generate the result (still fairly accurate)</p>\n</li>\n<li><p><code>nearest_rooftop_match</code> indicating we found a nearby rooftop point and used that</p>\n</li>\n<li><p><code>intersection</code> indicating we found a street intersection at the point</p>\n</li>\n<li><p><code>street_center</code> indicating we used the center of the closest street</p>\n</li>\n<li><p><code>place</code> indicating that the point was a city/town/place</p>\n</li>\n<li><p><code>state</code> indicating that the point was just a state</p>\n</li>\n</ul>\n<h1 id=\"verification\">Verification</h1>\n<p>This is the data returned from the verification endpoints. The batch verification endpoint returns an array of these. Note that a <code>verified</code> status means that an address is deliverable as-is, <code>corrected</code> indicates we fixed it (<code>errors</code> will explain what we fixed), and <code>failed</code> means we were not able to fix it (<code>errors</code> might explain why).</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>line1</td>\n<td>string or null</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>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>zipPlus4</td>\n<td>string or null</td>\n<td>4-digit USPS ZIP+4 code</td>\n</tr>\n<tr>\n<td>firmName</td>\n<td>string or null</td>\n<td>USPS Firm Name</td>\n</tr>\n<tr>\n<td>country</td>\n<td>string or null</td>\n<td>One of 'ca' or 'us'</td>\n</tr>\n<tr>\n<td>errors</td>\n<td><a href=\"#errors\">Errors</a></td>\n<td>The address errors that were fixed or caused verification failure</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Either 'verified', 'corrected' or 'failed'</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</td>\n</tr>\n<tr>\n<td>geocodeResult</td>\n<td><a href=\"#geocoding\">Geocode Result</a></td>\n<td>The geocoding result, if <code>geocode=true</code> query was supplied</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>address</td>\n<td>string</td>\n<td>The first line of the autocompleted address</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td>The city of the autocompleted address</td>\n</tr>\n<tr>\n<td>pc</td>\n<td>string</td>\n<td>The first 3 digits of the postal/ZIP code of the autocompleted address</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"autocompleted-address\">Autocompleted Address</h1>\n<p>This is the data stored in the <code>address</code> field of the full completion response (see below).</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>address</td>\n<td>string</td>\n<td>First line of the autocompleted address</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td>City of the autocompleted address</td>\n</tr>\n<tr>\n<td>prov</td>\n<td>string</td>\n<td>Province or state of the autocompleted address</td>\n</tr>\n<tr>\n<td>pc</td>\n<td>string</td>\n<td>Postal/ZIP code of the autocompleted address</td>\n</tr>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>One of 'CA' or 'US'</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"completion\">Completion</h1>\n<p>This is the data returned from the <code>POST</code> completions endpoint. Each element of the returned array follows this schema. If you supply an <code>index</code> query parameter to the completions endpoint, it returns an <code>object</code> instead of an <code>array</code> in <code>data</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>address</td>\n<td><a href=\"#autocompleted-address\">Autocompleted Address</a></td>\n<td>The address</td>\n</tr>\n<tr>\n<td>geocodeResult</td>\n<td><a href=\"#geocoding\">Geocode Result</a></td>\n<td>The geocoding result</td>\n</tr>\n<tr>\n<td>errors</td>\n<td><a href=\"#errors\">Errors</a></td>\n<td>Issues with the address (e.g. user also needs to supply unit number)</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":"Rate Limit","slug":"rate-limit"},{"content":"Maximizing Throughput","slug":"maximizing-throughput"},{"content":"Integration","slug":"integration"},{"content":"Integrating Autocomplete","slug":"integrating-autocomplete"},{"content":"Response","slug":"response"},{"content":"Errors","slug":"errors"},{"content":"USPS DPV","slug":"usps-dpv"},{"content":"Address Details","slug":"address-details"},{"content":"Proper Case","slug":"proper-case"},{"content":"Geocoding","slug":"geocoding"},{"content":"Accuracy Score","slug":"accuracy-score"},{"content":"Accuracy Type","slug":"accuracy-type"},{"content":"Verification","slug":"verification"},{"content":"Completion Preview","slug":"completion-preview"},{"content":"Autocompleted Address","slug":"autocompleted-address"},{"content":"Completion","slug":"completion"}],"owner":"17206988","collectionId":"eaec2af5-e424-4004-a630-863093e30290","publishedId":"TzzEoZuC","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"2d58f9"},"publishDate":"2025-07-11T20:04:41.000Z"},"item":[{"name":"Bulk Verification","item":[{"name":"Upload List","id":"73d7bfcc-1f12-4138-846a-15c13184fe82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"YOUR_API_KEY"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Example List","description":"<p>A name for the uploaded list. This does not affect processing and is only relevant for what is displayed in the dashboard.</p>\n<p><code>required</code></p>\n","type":"text"},{"key":"useIntlVerification","value":"false","description":"<p>Boolean indicating whether you want to perform international (outside of US &amp; Canada) verification.</p>\n<p><code>optional</code></p>\n","type":"text"},{"key":"useGeocode","value":"false","description":"<p>Boolean indicating whether you would like to append geographical location information (longitude, latitude) to your output information.</p>\n<p><code>optional</code></p>\n","type":"text"},{"key":"useProperCase","value":"false","description":"<p>Boolean indicating whether you would like to </p>\n","type":"text"},{"key":"defaultCountry","value":"US","description":"<p>An ISO 2-letter country code which is used as the fallback in case your file is missing a country code in the <code>country</code> column.</p>\n<p><code>optional</code></p>\n","type":"text"},{"key":"mappings[line1]","value":"address_line_1","description":"<p>The column name in your CSV file that contains the first line of your addresses. Note that if your entire address is in a single column, then only specify this mapping and set it to your column.</p>\n<p><code>required</code></p>\n","type":"text"},{"key":"mappings[line2]","value":"address_line_2","description":"<p>The column name in your CSV file that contains the second line of your address.</p>\n<p><code>optional</code></p>\n","type":"text"},{"key":"mappings[city]","value":"address_city_name","description":"<p>The column name in your CSV file that contains the cities of your addresses.</p>\n<p><code>optional</code></p>\n","type":"text"},{"key":"mappings[provinceOrState]","value":"address_state_code","description":"<p>The column name in your CSV file that contains the provinces/states of your addresses.</p>\n<p><code>optional</code></p>\n","type":"text"},{"key":"mappings[postalOrZip]","value":"address_postal_code","description":"<p>The column name in your CSV file that contains the postal/zip codes of your addresses.</p>\n<p><code>optional</code></p>\n","type":"text"},{"key":"mappings[country]","value":"address_country_code","description":"<p>The column name in your CSV file that contains the <em>country code</em> (2 letter ISO country code, e.g. US not \"United States\")</p>\n<p><code>optional</code></p>\n","type":"text"},{"key":"mappings[firstName]","value":"individual_first_name","description":"<p>The column name in your CSV file that contains the first name of the person who potentially lives at the given address. Note that this is only used when <code>runNCOA</code> is <code>true</code>. </p>\n<p><code>optional</code></p>\n","type":"text","disabled":true},{"key":"mappings[lastName]","value":"individual_last_name","description":"<p>The column name in your CSV file that contains the last name of the person who potentially lives at the given address. Note that this is only used when <code>runNCOA</code> is <code>true</code>.</p>\n<p><code>optional</code></p>\n","type":"text","disabled":true},{"key":"file","description":"<p>The CSV file containing your address data.</p>\n<p><code>required</code></p>\n","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["aL9tLs73d/test_ncoa.csv"],"src":"aL9tLs73d/test_ncoa.csv"}]},"url":"{{pg-base}}addver_lists","urlObject":{"host":["{{pg-base}}addver_lists"],"query":[],"variable":[]}},"response":[{"id":"f552d4a1-bb9a-473b-9771-234fe306b212","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"YOUR_API_KEY"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Example List","description":"A name for the uploaded list. This does not affect processing and is only relevant for what is displayed in the dashboard.\n\n`required`","type":"text"},{"key":"useIntlVerification","value":"false","description":"Boolean indicating whether you want to perform international (outside of US & Canada) verification.\n\n`optional`","type":"text"},{"key":"useGeocode","value":"false","description":"Boolean indicating whether you would like to append geographical location information (longitude, latitude) to your output information.\n\n`optional`","type":"text"},{"key":"useProperCase","value":"false","description":"Boolean indicating whether you would like to ","type":"text"},{"key":"runNCOA","value":"false","description":"Boolean indicating whether you would like to process the file through US NCOA. Note that additional charges apply for NCOA.\n\n`optional`","type":"text"},{"key":"defaultCountry","value":"US","description":"An ISO 2-letter country code which is used as the fallback in case your file is missing a country code in the `country` column.\n\n`optional`","type":"text"},{"key":"mappings[line1]","value":"address_line_1","description":"The column name in your CSV file that contains the first line of your addresses. Note that if your entire address is in a single column, then only specify this mapping and set it to your column.\n\n`required`","type":"text"},{"key":"mappings[line2]","value":"address_line_2","description":"The column name in your CSV file that contains the second line of your address.\n\n`optional`","type":"text"},{"key":"mappings[city]","value":"address_city_name","description":"The column name in your CSV file that contains the cities of your addresses.\n\n`optional`","type":"text"},{"key":"mappings[provinceOrState]","value":"address_state_code","description":"The column name in your CSV file that contains the provinces/states of your addresses.\n\n`optional`","type":"text"},{"key":"mappings[postalOrZip]","value":"address_postal_code","description":"The column name in your CSV file that contains the postal/zip codes of your addresses.\n\n`optional`","type":"text"},{"key":"mappings[country]","value":"address_country_code","description":"The column name in your CSV file that contains the *country code* (2 letter ISO country code, e.g. US not \"United States\")\n\n`optional`","type":"text"},{"key":"mappings[firstName]","value":"individual_first_name","description":"The column name in your CSV file that contains the first name of the person who potentially lives at the given address. Note that this is only used when `runNCOA` is `true`. \n\n`optional`","type":"text","disabled":true},{"key":"mappings[lastName]","value":"individual_last_name","description":"The column name in your CSV file that contains the last name of the person who potentially lives at the given address. Note that this is only used when `runNCOA` is `true`.\n \n`optional`","type":"text","disabled":true},{"key":"file","description":"The CSV file containing your address data.\n\n`required`","type":"file","src":"aL9tLs73d/test_ncoa.csv"}]},"url":"{{pg-base}}addver_lists"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Aug 2023 17:42:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"902"},{"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":"vary","value":"Origin"},{"key":"access-control-allow-credentials","value":"true"},{"key":"etag","value":"W/\"386-a7OgE3FEsC2ZJcljq3lScCwiKjw\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=WeX%2F0Tyt6TI18rpKhttVTvw%2FE8%2BSurlKGj5rn72Oby%2FsXCPcwyXQH8uQrm9HgTb6L2BSbJ8abZjxXJcANDTaLYgwIteVs89vHlD47zRPe3BRU83MxQ%2BG2Wuimru%2BLi2QiKbe\"}],\"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":"7fbd649609701fd0-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Created successfully.\",\n    \"data\": {\n        \"cost\": 0,\n        \"count\": 150,\n        \"createdAt\": \"2023-08-24T17:42:38.004Z\",\n        \"defaultCountry\": \"US\",\n        \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_hP3bJ4dmKooJJSfxtRfGRb.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1692927758&Signature=trFF6zxRJNDvVQ5k9zLsYFPwfgo%3D\",\n        \"id\": \"addver_list_hP3bJ4dmKooJJSfxtRfGRb\",\n        \"mappings\": {\n            \"line1\": \"address_line_1\",\n            \"line2\": \"address_line_2\",\n            \"city\": \"address_city_name\",\n            \"provinceOrState\": \"address_state_code\",\n            \"postalOrZip\": \"address_postal_code\",\n            \"country\": \"address_country_code\",\n            \"firstName\": \"individual_first_name\",\n            \"lastName\": \"individual_last_name\"\n        },\n        \"name\": \"Example List\",\n        \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n        \"status\": \"pending\",\n        \"updatedAt\": \"2023-08-24T17:42:38.004Z\",\n        \"useGeocode\": false,\n        \"useIntlVerification\": false,\n        \"useProperCase\": false,\n        \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\"\n    }\n}"}],"_postman_id":"73d7bfcc-1f12-4138-846a-15c13184fe82"},{"name":"Retrieve List","id":"c6297062-7e8e-48fa-863f-da19c987e695","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"YOUR_API_KEY"}],"url":"{{pg-base}}addver_lists/:id","urlObject":{"path":[":id"],"host":["{{pg-base}}addver_lists"],"query":[],"variable":[{"id":"319e82a4-c9fd-4a76-a097-79acb04436df","type":"any","value":"addver_list_hP3bJ4dmKooJJSfxtRfGRb","key":"id"}]}},"response":[{"id":"7d63583d-dc1c-468c-a9a9-3cd72f6d0901","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"YOUR_API_KEY"}],"url":{"raw":"{{pg-base}}addver_lists/:id","host":["{{pg-base}}addver_lists"],"path":[":id"],"variable":[{"key":"id","value":"addver_list_hP3bJ4dmKooJJSfxtRfGRb"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Aug 2023 17:46:23 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":"vary","value":"Origin"},{"key":"access-control-allow-credentials","value":"true"},{"key":"etag","value":"W/\"4a4-igvxRybIxOfJnGJwj3VikZNF7D8\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=lEu58vH%2BPwWDFNTE%2BqhJ2Yy20gwxIG3MRe6WvF06o0T%2FI7QoLJ4OhCFKDQ8%2FEOcL1eejhlPP4g3dH3VX5dOg%2FuunuJ82uUiHHMzhz8BHR1rBzl9frd%2B22yRhrjD5GrZNSXbf\"}],\"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":"7fbd6a19db2b3b11-IAD"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Success.\",\n    \"data\": {\n        \"cost\": 0,\n        \"count\": 150,\n        \"createdAt\": \"2023-08-24T17:42:38.004Z\",\n        \"defaultCountry\": \"US\",\n        \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_hP3bJ4dmKooJJSfxtRfGRb.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1692927983&Signature=Bj3HAxBsKdE1teBxb5uHXDyU2ZQ%3D\",\n        \"id\": \"addver_list_hP3bJ4dmKooJJSfxtRfGRb\",\n        \"mappings\": {\n            \"line1\": \"address_line_1\",\n            \"line2\": \"address_line_2\",\n            \"city\": \"address_city_name\",\n            \"provinceOrState\": \"address_state_code\",\n            \"postalOrZip\": \"address_postal_code\",\n            \"country\": \"address_country_code\",\n            \"firstName\": \"individual_first_name\",\n            \"lastName\": \"individual_last_name\"\n        },\n        \"metadata\": {\n            \"statusCount\": {\n                \"verified\": 127,\n                \"corrected\": 21,\n                \"failed\": 2\n            }\n        },\n        \"name\": \"Example List\",\n        \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n        \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_hP3bJ4dmKooJJSfxtRfGRb_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1692927983&Signature=K4C54o5x7HZGXQwVk1W5DbhnSFU%3D\",\n        \"status\": \"processed\",\n        \"updatedAt\": \"2023-08-24T17:42:40.147Z\",\n        \"useGeocode\": false,\n        \"useIntlVerification\": false,\n        \"useProperCase\": false,\n        \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\"\n    }\n}"}],"_postman_id":"c6297062-7e8e-48fa-863f-da19c987e695"},{"name":"List Lists","id":"0219ea06-f181-4e07-8cb3-df4e6ab0eaba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"YOUR_API_KEY"}],"url":"{{pg-base}}addver_lists","urlObject":{"host":["{{pg-base}}addver_lists"],"query":[],"variable":[]}},"response":[{"id":"d17cf24a-0012-4684-8744-0f170084d714","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"YOUR_API_KEY"}],"url":"{{pg-base}}addver_lists"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Aug 2023 22:34:32 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":"vary","value":"Origin"},{"key":"access-control-allow-credentials","value":"true"},{"key":"etag","value":"W/\"18dfb-C0/f8JFC1ERfr3xILSXf2meRIbk\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=GaXGSEp4MeMFZMhU6aMfcx9Xyqfr9DfiNQGTUXdFX8QkAO3MrSbKzLWTDdNSCCC2KjgWGifR9Dmi3hilTxbDPWT06dCDRBPbLYmfm9h4jqdL%2BYR8mdJYQp3kN1G9m98hG2Cb\"}],\"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":"7fe005b05a4a818f-IAD"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Success.\",\n    \"data\": {\n        \"count\": 187,\n        \"data\": [\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Example List\",\n                \"mappings\": {\n                    \"line1\": \"address_line_1\",\n                    \"line2\": \"address_line_2\",\n                    \"city\": \"address_city_name\",\n                    \"provinceOrState\": \"address_state_code\",\n                    \"postalOrZip\": \"address_postal_code\",\n                    \"country\": \"address_country_code\",\n                    \"firstName\": \"individual_first_name\",\n                    \"lastName\": \"individual_last_name\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_hP3bJ4dmKooJJSfxtRfGRb.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=%2FyeCgbKWp%2Flfpuygsn56Iluy7Rw%3D\",\n                \"count\": 150,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2023-08-24T17:42:38.004Z\",\n                \"updatedAt\": \"2023-08-24T17:42:40.147Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 127,\n                        \"corrected\": 21,\n                        \"failed\": 2\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_hP3bJ4dmKooJJSfxtRfGRb_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=AFhGDLmRU4ZS8HnsUTfc7%2BiqYO0%3D\",\n                \"id\": \"addver_list_hP3bJ4dmKooJJSfxtRfGRb\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": true,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Copy of Pfizer_Equity_For_All_FINAL (1).xlsx - INTL.csv\",\n                \"mappings\": {\n                    \"line1\": \"Address Line 1\",\n                    \"line2\": \"Address Line 2\",\n                    \"city\": \"City\",\n                    \"postalOrZip\": \"Postal Code\",\n                    \"provinceOrState\": \"State/Province/Region\",\n                    \"country\": \"Country\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_shBFjteEzDzN9Pi2D2itwf.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=zwBAP4o6kpyXEvsti363vokdPqY%3D\",\n                \"count\": 2803,\n                \"cost\": 0,\n                \"createdAt\": \"2023-08-16T16:37:38.592Z\",\n                \"updatedAt\": \"2023-08-16T16:38:57.628Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 1689,\n                        \"partially_verified\": 879,\n                        \"unverified\": 13,\n                        \"ambiguous\": 222,\n                        \"conflict\": 0,\n                        \"reverted\": 0\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_shBFjteEzDzN9Pi2D2itwf_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=rAht8hTeYwv0Ak4f%2FtphU%2BGWcJw%3D\",\n                \"id\": \"addver_list_shBFjteEzDzN9Pi2D2itwf\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": true,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Copy of Pfizer_Equity_For_All_FINAL (1).xlsx - INTL-Shipped from USA.csv\",\n                \"mappings\": {\n                    \"line1\": \"Address Line 1\",\n                    \"line2\": \"Address Line 2\",\n                    \"city\": \"City\",\n                    \"postalOrZip\": \"Postal Code\",\n                    \"provinceOrState\": \"State/Province/Region\",\n                    \"country\": \"Country\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_7ZCzDZV3XG53YoD37RhW4E.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=7XnArkssAiK5X0wBFM%2Bzl%2B9To0s%3D\",\n                \"count\": 84,\n                \"cost\": 0,\n                \"createdAt\": \"2023-08-16T16:34:06.628Z\",\n                \"updatedAt\": \"2023-08-16T16:34:10.044Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 69,\n                        \"partially_verified\": 10,\n                        \"unverified\": 1,\n                        \"ambiguous\": 4,\n                        \"conflict\": 0,\n                        \"reverted\": 0\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_7ZCzDZV3XG53YoD37RhW4E_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=OzWjYI7JDLdDe6UCfuP9JYaIIVA%3D\",\n                \"id\": \"addver_list_7ZCzDZV3XG53YoD37RhW4E\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": true,\n                \"useGeocode\": true,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"intladdr_tulane_20230615__1_.csv\",\n                \"mappings\": {\n                    \"postalOrZip\": \"FZIP\",\n                    \"country\": \"COUNTRY_CODE\",\n                    \"line1\": \"STREET1\",\n                    \"line2\": \"STREET2\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_reqeYwxFfz6Zz41xL9HvU4.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=iPXztv2B1ROHM%2FbaPaRsAeF%2BpUU%3D\",\n                \"count\": 1662,\n                \"cost\": 0,\n                \"createdAt\": \"2023-06-27T16:15:08.352Z\",\n                \"updatedAt\": \"2023-06-27T16:15:28.579Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 882,\n                        \"partially_verified\": 137,\n                        \"unverified\": 619,\n                        \"ambiguous\": 24,\n                        \"conflict\": 0,\n                        \"reverted\": 0\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_reqeYwxFfz6Zz41xL9HvU4_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=3bxgOfF7G9Ybc4gqmgJuHvU6RFs%3D\",\n                \"id\": \"addver_list_reqeYwxFfz6Zz41xL9HvU4\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": true,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"intl-av-addresses.csv - Sheet1 (4).csv\",\n                \"mappings\": {\n                    \"provinceOrState\": \"State\",\n                    \"postalOrZip\": \"Postcode / ZIP\",\n                    \"country\": \"Country\",\n                    \"city\": \"City\",\n                    \"line1\": \"Line 1\",\n                    \"line2\": \"Line 2\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_n6wVnEjssViu8gdJxkyhrz.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=XktOQIwtw7qeGv1ej8IAPI3fZu8%3D\",\n                \"count\": 4,\n                \"cost\": 0,\n                \"createdAt\": \"2023-06-27T16:10:58.462Z\",\n                \"updatedAt\": \"2023-06-27T16:10:59.993Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 3,\n                        \"partially_verified\": 1,\n                        \"unverified\": 0,\n                        \"ambiguous\": 0,\n                        \"conflict\": 0,\n                        \"reverted\": 0\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_n6wVnEjssViu8gdJxkyhrz_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=AZ3pElnm4t6SdE%2F%2BqdZq73h%2FmL4%3D\",\n                \"id\": \"addver_list_n6wVnEjssViu8gdJxkyhrz\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": true,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"intladdr_tulane_20230615__1_.csv\",\n                \"mappings\": {\n                    \"postalOrZip\": \"FZIP\",\n                    \"country\": \"COUNTRY_CODE\",\n                    \"line1\": \"STREET1\",\n                    \"line2\": \"STREET2\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_frhvnGe2RsbQTsNoJw7Uag.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=pN6BIA31INgPOXhvvNUxdGNsQaU%3D\",\n                \"count\": 1662,\n                \"cost\": 0,\n                \"createdAt\": \"2023-06-27T16:03:11.354Z\",\n                \"updatedAt\": \"2023-06-27T16:03:29.585Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 882,\n                        \"partially_verified\": 137,\n                        \"unverified\": 619,\n                        \"ambiguous\": 24,\n                        \"conflict\": 0,\n                        \"reverted\": 0\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_frhvnGe2RsbQTsNoJw7Uag_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=ttCiQM12EnSU49G23Xw%2Fr5j%2F5DA%3D\",\n                \"id\": \"addver_list_frhvnGe2RsbQTsNoJw7Uag\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Sample Addresses - US-test-8  (5).csv\",\n                \"mappings\": {\n                    \"line1\": \"address1\",\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"postal or zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_otvV6ysQyjbu3ttAyLSfiu.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=zldgupT%2FVEgGSl83%2BGDk3S%2BFBq0%3D\",\n                \"count\": 11,\n                \"cost\": 0,\n                \"defaultCountry\": \"CA\",\n                \"createdAt\": \"2023-06-22T15:50:11.174Z\",\n                \"updatedAt\": \"2023-06-22T15:50:12.702Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 8,\n                        \"failed\": 3\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_otvV6ysQyjbu3ttAyLSfiu_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=DmqLPWIjlKYfhf%2BRTPieQL%2B1Ua4%3D\",\n                \"id\": \"addver_list_otvV6ysQyjbu3ttAyLSfiu\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Sample Addresses - US-test-8  (4).csv\",\n                \"mappings\": {\n                    \"line1\": \"address1\",\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"postal or zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_i4HE2LWVzwAqUG6mBqfeMR.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=jo3Wfv%2FAR3zglIAOXl2TA47amdE%3D\",\n                \"count\": 11,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2023-06-21T17:20:03.235Z\",\n                \"updatedAt\": \"2023-06-21T17:20:05.087Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 8,\n                        \"failed\": 3\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_i4HE2LWVzwAqUG6mBqfeMR_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=UBX1hCcolZ3bZU1mczam8PvBAuE%3D\",\n                \"id\": \"addver_list_i4HE2LWVzwAqUG6mBqfeMR\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": true,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"intl-av-addresses.csv - Sheet1 (4).csv\",\n                \"mappings\": {\n                    \"provinceOrState\": \"State\",\n                    \"postalOrZip\": \"Postcode / ZIP\",\n                    \"country\": \"Country\",\n                    \"city\": \"City\",\n                    \"line1\": \"Line 1\",\n                    \"line2\": \"Line 2\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_asU1XYKzxQQLzJPs1tnGAi.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=WMjdEVbJ69%2FZPGpdYSKS5L5kOPU%3D\",\n                \"count\": 4,\n                \"cost\": 0,\n                \"defaultCountry\": \"GB\",\n                \"createdAt\": \"2023-06-20T13:20:42.139Z\",\n                \"updatedAt\": \"2023-06-20T13:20:43.613Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 3,\n                        \"partially_verified\": 1,\n                        \"unverified\": 0,\n                        \"ambiguous\": 0,\n                        \"conflict\": 0,\n                        \"reverted\": 0\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_asU1XYKzxQQLzJPs1tnGAi_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=c6aq9eoHCwX6Sjwq5xgHMpd7dEU%3D\",\n                \"id\": \"addver_list_asU1XYKzxQQLzJPs1tnGAi\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": true,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"intl-av-addresses.csv - Sheet1 (2).csv\",\n                \"mappings\": {\n                    \"provinceOrState\": \"State\",\n                    \"postalOrZip\": \"Postcode / ZIP\",\n                    \"country\": \"Country\",\n                    \"city\": \"City\",\n                    \"line1\": \"Line 1\",\n                    \"line2\": \"Line 2\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_6QprmJRNA3Su7wzKDsZ5kH.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=vsF0EaD7d2atUIHUnYjsWDFn2Qc%3D\",\n                \"count\": 4,\n                \"cost\": 0,\n                \"createdAt\": \"2023-06-14T15:56:03.532Z\",\n                \"updatedAt\": \"2023-06-14T15:56:05.362Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 3,\n                        \"partially_verified\": 1,\n                        \"unverified\": 0,\n                        \"ambiguous\": 0,\n                        \"conflict\": 0,\n                        \"reverted\": 0\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_6QprmJRNA3Su7wzKDsZ5kH_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=UJ%2B%2FXv8dKVOZdDLVWkGPwfjjIL8%3D\",\n                \"id\": \"addver_list_6QprmJRNA3Su7wzKDsZ5kH\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Sample Addresses - US-test-8  (3).csv\",\n                \"mappings\": {\n                    \"line1\": \"address1\",\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"postal or zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_thgSy1E2Qpmq83xPhRa3L7.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=BJgag0TJGZDbCMeg514EwxJNcn8%3D\",\n                \"count\": 11,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2023-06-14T15:17:24.946Z\",\n                \"updatedAt\": \"2023-06-14T15:17:26.430Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 8,\n                        \"failed\": 3\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_thgSy1E2Qpmq83xPhRa3L7_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=8lyaborM9L6DjI0d%2FkNiNjlZopI%3D\",\n                \"id\": \"addver_list_thgSy1E2Qpmq83xPhRa3L7\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Working Sheet - Sheet4 (1).csv\",\n                \"mappings\": {\n                    \"line1\": \"Address\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_nAnZiEkcjS74sJ9qSx8L1h.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=vI06eaSM5oZasBaWhkJDphgjI5A%3D\",\n                \"count\": 8,\n                \"cost\": 0,\n                \"createdAt\": \"2023-06-07T15:20:49.801Z\",\n                \"updatedAt\": \"2023-06-07T15:20:50.464Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 1,\n                        \"corrected\": 4,\n                        \"failed\": 3\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_nAnZiEkcjS74sJ9qSx8L1h_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=r7j3NfovHhe92SqhoURfZ%2B02tGI%3D\",\n                \"id\": \"addver_list_nAnZiEkcjS74sJ9qSx8L1h\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Working Sheet - Sheet4.csv\",\n                \"mappings\": {\n                    \"line1\": \"Address\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_rRABbhg7Ax131n2uXMzooV.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=QqOfVxNtQjIWrLmgxk%2Fet0%2Bb6AI%3D\",\n                \"count\": 8,\n                \"cost\": 0,\n                \"createdAt\": \"2023-06-07T15:17:56.535Z\",\n                \"updatedAt\": \"2023-06-07T15:17:57.635Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 5,\n                        \"corrected\": 1,\n                        \"failed\": 2\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_rRABbhg7Ax131n2uXMzooV_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=Oh1eLVMEypv%2BHxw2BWRRjWrUTQk%3D\",\n                \"id\": \"addver_list_rRABbhg7Ax131n2uXMzooV\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": true,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"intl-av-addresses.csv - Sheet1 (1).csv\",\n                \"mappings\": {\n                    \"provinceOrState\": \"State\",\n                    \"postalOrZip\": \"Postcode / ZIP\",\n                    \"country\": \"Country\",\n                    \"city\": \"City\",\n                    \"line1\": \"Line 1\",\n                    \"line2\": \"Line 2\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_sySx9VJxrLZHmJmjamofbm.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=TBmNLphgmcSVif8dv3iATPLbQDc%3D\",\n                \"count\": 4,\n                \"cost\": 0,\n                \"defaultCountry\": \"CA\",\n                \"createdAt\": \"2023-06-05T15:26:40.425Z\",\n                \"updatedAt\": \"2023-06-05T15:26:41.502Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 3,\n                        \"partially_verified\": 1,\n                        \"unverified\": 0,\n                        \"ambiguous\": 0,\n                        \"conflict\": 0,\n                        \"reverted\": 0\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_sySx9VJxrLZHmJmjamofbm_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=joM07j8GqbrX5pVLqbjEzBKLCVc%3D\",\n                \"id\": \"addver_list_sySx9VJxrLZHmJmjamofbm\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Sample Addresses - US-test-8  (2).csv\",\n                \"mappings\": {\n                    \"line1\": \"address1\",\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"postal or zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_pncvu1dAY5mgExCvXA3HPu.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=DOlGxiT8n3ODQSl6xmqkarDfGXs%3D\",\n                \"count\": 11,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2023-05-30T15:26:15.030Z\",\n                \"updatedAt\": \"2023-05-30T15:26:16.657Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 8,\n                        \"failed\": 3\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_pncvu1dAY5mgExCvXA3HPu_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=SPp%2BXJwpyJzENmRQ2oyIM4U9vzA%3D\",\n                \"id\": \"addver_list_pncvu1dAY5mgExCvXA3HPu\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": true,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"intl-av-addresses.csv - Sheet1.csv\",\n                \"mappings\": {\n                    \"provinceOrState\": \"State\",\n                    \"postalOrZip\": \"Postcode / ZIP\",\n                    \"country\": \"Country\",\n                    \"city\": \"City\",\n                    \"line1\": \"Line 1\",\n                    \"line2\": \"Line 2\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_vL3uxSYMEzrWQv97z9MG38.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=impjxyDGygOOzRNNH6pYzHiJ5IE%3D\",\n                \"count\": 4,\n                \"cost\": 0,\n                \"createdAt\": \"2023-05-26T14:48:49.238Z\",\n                \"updatedAt\": \"2023-05-26T14:48:50.572Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 3,\n                        \"partially_verified\": 1,\n                        \"unverified\": 0,\n                        \"ambiguous\": 0,\n                        \"conflict\": 0,\n                        \"reverted\": 0\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_vL3uxSYMEzrWQv97z9MG38_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=sJx64qwpeFwAMLPCoEWesTLr7mE%3D\",\n                \"id\": \"addver_list_vL3uxSYMEzrWQv97z9MG38\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": true,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Sample Addresses - US-test-8  (1).csv\",\n                \"mappings\": {\n                    \"line1\": \"address1\",\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"postal or zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_sGG2Hry3Mej8xkw6h2Tu6p.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=wUwmBcm%2B8DS0W3JanChT1Jx3w%2Bw%3D\",\n                \"count\": 11,\n                \"cost\": 0,\n                \"createdAt\": \"2023-05-26T14:20:11.415Z\",\n                \"updatedAt\": \"2023-05-26T14:20:12.414Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 8,\n                        \"failed\": 3\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_sGG2Hry3Mej8xkw6h2Tu6p_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=TGlahxd8E%2BpyXL0%2Bw9pADR38A94%3D\",\n                \"id\": \"addver_list_sGG2Hry3Mej8xkw6h2Tu6p\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Sample Addresses - US-test-8 .csv\",\n                \"mappings\": {\n                    \"line1\": \"address1\",\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"postal or zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_wg6yhTPQuUddsEFogPsa4F.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=iR9Nx6oFghIcdq2srlGFPoqD9Hc%3D\",\n                \"count\": 11,\n                \"cost\": 0,\n                \"createdAt\": \"2023-05-09T14:39:26.808Z\",\n                \"updatedAt\": \"2023-05-09T14:39:28.388Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 8,\n                        \"failed\": 3\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_wg6yhTPQuUddsEFogPsa4F_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=8PP44isYo4OzN9c1QnwPAwZXWMo%3D\",\n                \"id\": \"addver_list_wg6yhTPQuUddsEFogPsa4F\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Sample Addresses - US-test-8 .csv\",\n                \"mappings\": {\n                    \"line1\": \"address1\",\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"postal or zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_nk1YAiBf3v8uiFgGiMkge3.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=8tddpIfXsf720%2BeAIHWDSpq%2FWG0%3D\",\n                \"count\": 11,\n                \"cost\": 0,\n                \"createdAt\": \"2023-05-04T18:01:42.107Z\",\n                \"updatedAt\": \"2023-05-04T18:01:45.912Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 8,\n                        \"failed\": 3\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_nk1YAiBf3v8uiFgGiMkge3_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=V8bPkEGyZ07M9wdsh26%2FzxZdGjM%3D\",\n                \"id\": \"addver_list_nk1YAiBf3v8uiFgGiMkge3\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Sample Addresses - US-test-8 .csv\",\n                \"mappings\": {\n                    \"line1\": \"address1\",\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"postal or zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_fE4qG6AaRTFqgKy9Xn2xaL.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=39QrjJPBgnXCa0hMtGBYgfP0Gcc%3D\",\n                \"count\": 11,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2023-04-28T15:23:04.748Z\",\n                \"updatedAt\": \"2023-04-28T15:23:06.258Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 8,\n                        \"failed\": 3\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_fE4qG6AaRTFqgKy9Xn2xaL_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=r2duwjkwtK%2B9QxpziaNxrdFpRG8%3D\",\n                \"id\": \"addver_list_fE4qG6AaRTFqgKy9Xn2xaL\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"AVA Direct Mail List - Sheet1.csv\",\n                \"mappings\": {\n                    \"line1\": \"Company Address\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_mUX8nHBBRrASnH7vGgp3hQ.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=HV41%2BMuzVm6UZ4G9o%2BOnJyMFVbA%3D\",\n                \"count\": 6531,\n                \"cost\": 0,\n                \"createdAt\": \"2023-04-26T17:24:03.881Z\",\n                \"updatedAt\": \"2023-04-26T17:27:20.447Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 2216,\n                        \"failed\": 4315\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_mUX8nHBBRrASnH7vGgp3hQ_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=SrpehNefLHLAhvWGup%2Bn4GrXxxU%3D\",\n                \"id\": \"addver_list_mUX8nHBBRrASnH7vGgp3hQ\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Sample Addresses - US-test-8  (7).csv\",\n                \"mappings\": {\n                    \"line1\": \"address1\",\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"postal or zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_pn5XtdstEiHsBoHfzF2f9q.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=1fdMxbwIoc1DE0etQbEh3CLcRkU%3D\",\n                \"count\": 11,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2023-04-24T19:16:19.902Z\",\n                \"updatedAt\": \"2023-04-24T19:16:21.558Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 8,\n                        \"failed\": 3\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_pn5XtdstEiHsBoHfzF2f9q_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=imzxgpjkQPVqj3VxxLeQ1llfvzk%3D\",\n                \"id\": \"addver_list_pn5XtdstEiHsBoHfzF2f9q\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Sample Addresses - US-test-8  (6).csv\",\n                \"mappings\": {\n                    \"line1\": \"address1\",\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"postal or zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_5Ea6y1Wi8rQdbaZcU1e61U.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=ClQwsdOZ3esVMNLr2YuH54HBPTk%3D\",\n                \"count\": 11,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2023-04-21T16:13:25.185Z\",\n                \"updatedAt\": \"2023-04-21T16:13:26.676Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 8,\n                        \"failed\": 3\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_5Ea6y1Wi8rQdbaZcU1e61U_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=xY49pZXixmrtyafv70qA%2FvjYjIM%3D\",\n                \"id\": \"addver_list_5Ea6y1Wi8rQdbaZcU1e61U\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"DAV DAQ Agencies_TrimmedAddresses edit - DAV DAQ Agencies_TrimmedAddresses - Sheet1.csv\",\n                \"mappings\": {\n                    \"line1\": \"Company Address\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_ry7AUqpxPZq1mcTvgTo6pZ.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=s2X26qP1nAguWQ92CoZRcqfXHyQ%3D\",\n                \"count\": 19,\n                \"cost\": 0,\n                \"createdAt\": \"2023-04-14T17:20:24.143Z\",\n                \"updatedAt\": \"2023-04-14T17:20:25.492Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 9,\n                        \"failed\": 10\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_ry7AUqpxPZq1mcTvgTo6pZ_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=UGYNnm7qKzK26sNetCOGnXxbhp0%3D\",\n                \"id\": \"addver_list_ry7AUqpxPZq1mcTvgTo6pZ\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"DAV DAQ Agencies_TrimmedAddresses edit - DAV DAQ Agencies_TrimmedAddresses.csv\",\n                \"mappings\": {\n                    \"line1\": \"Company Address\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_iQKXXpVqjY9zw38ciHMJuH.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=EttWXLssEnHIMts8N8LXK0W2MPA%3D\",\n                \"count\": 11168,\n                \"cost\": 0,\n                \"createdAt\": \"2023-04-14T14:18:21.443Z\",\n                \"updatedAt\": \"2023-04-14T14:21:59.488Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 4597,\n                        \"failed\": 6571\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_iQKXXpVqjY9zw38ciHMJuH_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=VmzKWGomEJ%2B4qRmX7ITR4NDOyJ8%3D\",\n                \"id\": \"addver_list_iQKXXpVqjY9zw38ciHMJuH\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Sample Addresses - US-test-8  (5).csv\",\n                \"mappings\": {\n                    \"line1\": \"address1\",\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"postal or zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_ejqpaqn3AgqL6iojefPPgR.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=bgkBt43Th6zEPPSlqLebWJ6mjlw%3D\",\n                \"count\": 11,\n                \"cost\": 0,\n                \"createdAt\": \"2023-04-12T14:27:31.443Z\",\n                \"updatedAt\": \"2023-04-12T14:27:33.099Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 8,\n                        \"failed\": 3\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_ejqpaqn3AgqL6iojefPPgR_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=Vm6xCsSj1%2Fx%2Bso9CoKpcHIklrsU%3D\",\n                \"id\": \"addver_list_ejqpaqn3AgqL6iojefPPgR\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Sample Addresses - US-test-8  (4).csv\",\n                \"mappings\": {\n                    \"line1\": \"address1\",\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"postal or zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_8YbmqXcz26J2yVHfjGuJoX.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=gmY1lBrxitwTtHLCxx69uAl7doU%3D\",\n                \"count\": 11,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2023-04-03T19:14:55.187Z\",\n                \"updatedAt\": \"2023-04-03T19:14:57.056Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 8,\n                        \"failed\": 3\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_8YbmqXcz26J2yVHfjGuJoX_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=2O2sNyq25lPW3Ad%2B3Uc%2FJX4tqSg%3D\",\n                \"id\": \"addver_list_8YbmqXcz26J2yVHfjGuJoX\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": true,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Sample Addresses - US-test-8  (3).csv\",\n                \"mappings\": {\n                    \"line1\": \"address1\",\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"postal or zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_2CuNxR8gqAuaKUvqXuUWPK.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=jMvGMa8hWTFAkuFhzdRLzdNZ%2Bmw%3D\",\n                \"count\": 11,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2023-04-03T14:19:29.487Z\",\n                \"updatedAt\": \"2023-04-03T14:19:32.674Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 8,\n                        \"failed\": 3\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_2CuNxR8gqAuaKUvqXuUWPK_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=nFwjMKndRL5GuEBQ0HmR%2FhO7%2BDU%3D\",\n                \"id\": \"addver_list_2CuNxR8gqAuaKUvqXuUWPK\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": true,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"inlt-av-addresses.csv - Sheet1.csv\",\n                \"mappings\": {\n                    \"provinceOrState\": \"State\",\n                    \"postalOrZip\": \"Postcode / ZIP\",\n                    \"country\": \"Country\",\n                    \"city\": \"City\",\n                    \"line1\": \"Line 1\",\n                    \"line2\": \"Line 2\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_2jJqVHNypWow9xzFpys3xN.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=LBKIkeASpru0QJt9%2BWRIzeTDyik%3D\",\n                \"count\": 4,\n                \"cost\": 0,\n                \"defaultCountry\": \"CA\",\n                \"createdAt\": \"2023-03-29T16:40:03.037Z\",\n                \"updatedAt\": \"2023-03-29T16:40:04.488Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 3,\n                        \"partially_verified\": 1,\n                        \"unverified\": 0,\n                        \"ambiguous\": 0,\n                        \"conflict\": 0,\n                        \"reverted\": 0\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_2jJqVHNypWow9xzFpys3xN_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=4Lcev2EOIZ%2FCwnse8wZZlO5rY%2FA%3D\",\n                \"id\": \"addver_list_2jJqVHNypWow9xzFpys3xN\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Sample Addresses - US-test-8  (2).csv\",\n                \"mappings\": {\n                    \"line1\": \"address1\",\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"postal or zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_vty77194RDup5rvnLbDUW.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=NtOCNRhpRxtNDznljmHGyHQkajk%3D\",\n                \"count\": 11,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2023-03-20T16:14:10.765Z\",\n                \"updatedAt\": \"2023-03-20T16:14:12.473Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 8,\n                        \"failed\": 3\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_vty77194RDup5rvnLbDUW_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=CBP2xUlT%2FPuFSjcQDV71zF9u1TA%3D\",\n                \"id\": \"addver_list_vty77194RDup5rvnLbDUW\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Sample Addresses - US-test-8  (1).csv\",\n                \"mappings\": {\n                    \"line1\": \"address1\",\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"postal or zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_r8eKsv6VxpD3KMfg5m8Rwo.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=OEbe%2BHgqRe1o%2FlpDynPoNLhEb3Q%3D\",\n                \"count\": 11,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2023-03-17T15:52:02.897Z\",\n                \"updatedAt\": \"2023-03-17T15:52:04.514Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 8,\n                        \"failed\": 3\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_r8eKsv6VxpD3KMfg5m8Rwo_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=pcukG7wI4kDjDwL0Xcr8Ked42IY%3D\",\n                \"id\": \"addver_list_r8eKsv6VxpD3KMfg5m8Rwo\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": true,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"PostGrid_submit_2023_03_03.xlsx - PostGrid_submit_2023_03_03.csv\",\n                \"mappings\": {\n                    \"line1\": \"oA1_what_remains_in_oAddress1\",\n                    \"provinceOrState\": \"mod_State\",\n                    \"postalOrZip\": \"mod_ZIPtrunc5\",\n                    \"country\": \"mod_Country\",\n                    \"city\": \"mod_City\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_uekeaiwjfcHtyiPWgHLnBQ.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=MJ3eRscu9GQmMFR82inCzgINuzc%3D\",\n                \"count\": 3189,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2023-03-08T15:09:10.714Z\",\n                \"updatedAt\": \"2023-03-08T15:09:39.311Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 1500,\n                        \"corrected\": 792,\n                        \"failed\": 897\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_uekeaiwjfcHtyiPWgHLnBQ_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=yentmpr99WXde45hMsB6M7Ij%2Bug%3D\",\n                \"id\": \"addver_list_uekeaiwjfcHtyiPWgHLnBQ\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Sample Addresses - US-test-8 .csv\",\n                \"mappings\": {\n                    \"line1\": \"address1\",\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"postal or zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_r3pTkq5sFQdYuqpqUVSHhu.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=JTUoTaCGtvHAY2xr2pLlUoTGozM%3D\",\n                \"count\": 11,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2023-03-06T17:46:31.728Z\",\n                \"updatedAt\": \"2023-03-06T17:46:37.791Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 8,\n                        \"failed\": 3\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_r3pTkq5sFQdYuqpqUVSHhu_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=DK3EOIcEDZSKp7SnL7KwD99FRvM%3D\",\n                \"id\": \"addver_list_r3pTkq5sFQdYuqpqUVSHhu\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"testaddress3.csv\",\n                \"mappings\": {\n                    \"provinceOrState\": \"State\",\n                    \"postalOrZip\": \"fixed zip\",\n                    \"country\": \"COUNTRY\",\n                    \"city\": \"City\",\n                    \"line1\": \"Address 1\",\n                    \"line2\": \"Address 2\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_k5H7CH6BQhNNadSdZVfhko.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=qpf33FaCL41b8BFWri2UfCxF1k8%3D\",\n                \"count\": 98,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2023-02-17T19:09:12.522Z\",\n                \"updatedAt\": \"2023-02-17T19:09:14.473Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 1,\n                        \"corrected\": 78,\n                        \"failed\": 19\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_k5H7CH6BQhNNadSdZVfhko_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=yZ4ZASHmTS40%2B5TmgDNy09TH%2F6w%3D\",\n                \"id\": \"addver_list_k5H7CH6BQhNNadSdZVfhko\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Sample Addresses - US-test-8 .csv\",\n                \"mappings\": {\n                    \"line1\": \"address1\",\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"postal or zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_kNhf1YzR2n6Je8H5tpyfyM.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=ybZcqsJxGcahBs1S81uBaWwa4iE%3D\",\n                \"count\": 11,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2023-02-17T18:24:01.805Z\",\n                \"updatedAt\": \"2023-02-17T18:24:03.277Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 8,\n                        \"failed\": 3\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_kNhf1YzR2n6Je8H5tpyfyM_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=rwGJtjvROerXCH9zrdtfJSQnVGY%3D\",\n                \"id\": \"addver_list_kNhf1YzR2n6Je8H5tpyfyM\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": true,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"addver_list_7WUfpEbnbcJ97Dvems3G4u.csv\",\n                \"mappings\": {\n                    \"country\": \"Country\",\n                    \"city\": \"City\",\n                    \"line1\": \"Surgery\",\n                    \"line2\": \"Street\",\n                    \"postalOrZip\": \"Post Code\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_wZypQYoVSFHmNem1ncP5S7.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=ox3fqeLdeM3unXP%2BVq9u0JfmEhI%3D\",\n                \"count\": 254,\n                \"cost\": 0,\n                \"defaultCountry\": \"GB\",\n                \"createdAt\": \"2023-01-27T18:26:20.350Z\",\n                \"updatedAt\": \"2023-01-27T18:26:29.797Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 50,\n                        \"partially_verified\": 191,\n                        \"unverified\": 9,\n                        \"ambiguous\": 4,\n                        \"conflict\": 0,\n                        \"reverted\": 0\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_wZypQYoVSFHmNem1ncP5S7_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=LSlprdZAbAZTM2LNJTPgnS2QG4g%3D\",\n                \"id\": \"addver_list_wZypQYoVSFHmNem1ncP5S7\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"addver_list_pNiA4Myeb5hFKaY19ynoS7 (1).csv\",\n                \"mappings\": {\n                    \"line1\": \"Street Address\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_mAa19KPF4gBptHLyZ2NtX8.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=24iN2l3ktnGQlj1wbVsKDxCj%2BRk%3D\",\n                \"count\": 2068,\n                \"cost\": 0,\n                \"createdAt\": \"2023-01-27T16:44:39.825Z\",\n                \"updatedAt\": \"2023-01-27T16:45:01.745Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 1430,\n                        \"corrected\": 279,\n                        \"failed\": 359\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_mAa19KPF4gBptHLyZ2NtX8_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=T%2F2AxGObcqaYhBZmWPudq9sCSCU%3D\",\n                \"id\": \"addver_list_mAa19KPF4gBptHLyZ2NtX8\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"addver_list_pNiA4Myeb5hFKaY19ynoS7_output.csv\",\n                \"mappings\": {\n                    \"line2\": \"PG_LINE2\",\n                    \"country\": \"Temp Country\",\n                    \"city\": \"PG_CITY\",\n                    \"line1\": \"Street Address\",\n                    \"postalOrZip\": \"PG_POSTALORZIP\",\n                    \"provinceOrState\": \"PG_PROVINCEORSTATE\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_wyJzz9k61GCoKPDx8jGG4y.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=%2Bkazs%2B4r%2FADLayW2MQqk4y3Q3Ww%3D\",\n                \"count\": 2068,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2023-01-27T16:43:36.295Z\",\n                \"updatedAt\": \"2023-01-27T16:43:38.532Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 0,\n                        \"failed\": 2068\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_wyJzz9k61GCoKPDx8jGG4y_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=l%2BoxqN40C6oLuQ9hYhnU%2F0f2xbc%3D\",\n                \"id\": \"addver_list_wyJzz9k61GCoKPDx8jGG4y\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"FHA MIP REMOVAL sent 1.25.csv\",\n                \"mappings\": {\n                    \"provinceOrState\": \"Province or State\",\n                    \"country\": \"Country Code\",\n                    \"city\": \"City\",\n                    \"line1\": \"Address\",\n                    \"line2\": \"Address 2\",\n                    \"postalOrZip\": \"code\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_iAJ3iFt8GqCLQRa797ZXvW.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=FOSj1hgaT03GQRfShMN24CRYNCw%3D\",\n                \"count\": 5744,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2023-01-26T04:37:28.853Z\",\n                \"updatedAt\": \"2023-01-26T04:37:53.208Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 5438,\n                        \"failed\": 306\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_iAJ3iFt8GqCLQRa797ZXvW_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=l3ttSL%2FGQ3ROBqfFncKufaO8BaU%3D\",\n                \"id\": \"addver_list_iAJ3iFt8GqCLQRa797ZXvW\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": true,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Working Sheet - Sheet1 (1).csv\",\n                \"mappings\": {\n                    \"line1\": \"AddressLine1\",\n                    \"provinceOrState\": \"State\",\n                    \"postalOrZip\": \"ZipCode\",\n                    \"city\": \"City\",\n                    \"line2\": \"SuiteApt\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_nRK25EWqcCohwda8eUdaH3.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=lJht5YtG4%2BgVBOeyY%2BY4qdA2n9Y%3D\",\n                \"count\": 19,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2023-01-19T21:34:18.578Z\",\n                \"updatedAt\": \"2023-01-19T21:34:21.788Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 11,\n                        \"failed\": 8\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_nRK25EWqcCohwda8eUdaH3_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=Xgxs7mY%2BH4wXu9uIC4oPOjZ1Dl8%3D\",\n                \"id\": \"addver_list_nRK25EWqcCohwda8eUdaH3\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Working Sheet - Sheet1.csv\",\n                \"mappings\": {\n                    \"line1\": \"AddressLine1\",\n                    \"provinceOrState\": \"State\",\n                    \"postalOrZip\": \"ZipCode\",\n                    \"city\": \"City\",\n                    \"line2\": \"SuiteApt\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_7hDxgUWufmZK3PC5i1HEYB.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=fD9gi7PK80DTs%2BnLEqcLKj%2F0zbo%3D\",\n                \"count\": 19,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2023-01-19T20:50:47.924Z\",\n                \"updatedAt\": \"2023-01-19T20:50:55.594Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 11,\n                        \"failed\": 8\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_7hDxgUWufmZK3PC5i1HEYB_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=JCiiugZDaXiW%2B8qba4h4K9%2B5l7E%3D\",\n                \"id\": \"addver_list_7hDxgUWufmZK3PC5i1HEYB\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Working Sheet - Sheet1.csv\",\n                \"mappings\": {\n                    \"line1\": \"AddressLine1\",\n                    \"provinceOrState\": \"State\",\n                    \"postalOrZip\": \"ZipCode\",\n                    \"city\": \"City\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_6KgtvBRaqC8Pi4QhDrSf5U.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=zMJHlB2SU3%2FGSXd9%2F5RqsEkz6O4%3D\",\n                \"count\": 19,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2023-01-19T20:47:14.204Z\",\n                \"updatedAt\": \"2023-01-19T20:47:22.678Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 7,\n                        \"failed\": 12\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_6KgtvBRaqC8Pi4QhDrSf5U_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=%2F5%2FHJMKzITx4u5mQsHPjvjKADWw%3D\",\n                \"id\": \"addver_list_6KgtvBRaqC8Pi4QhDrSf5U\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Sample Addresses - US-test-8 .csv\",\n                \"mappings\": {\n                    \"line1\": \"address1\",\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"postal or zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_p675qdXYogQCc8HXf6vciB.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=3JQn32mrMZZyjITYykZLeJmE%2Bu8%3D\",\n                \"count\": 11,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2023-01-12T19:58:53.097Z\",\n                \"updatedAt\": \"2023-01-12T19:59:15.278Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 8,\n                        \"failed\": 3\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_p675qdXYogQCc8HXf6vciB_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=3Ap4%2BBGJtVwoAgtUlQSpaLYDizk%3D\",\n                \"id\": \"addver_list_p675qdXYogQCc8HXf6vciB\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": true,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Untitled spreadsheet - addver_list_4GWPWSQWrAa4puBf7aQGHs_output.csv\",\n                \"mappings\": {\n                    \"line1\": \"PG_LINE1\",\n                    \"line2\": \"PG_LINE2\",\n                    \"provinceOrState\": \"PG_PROVINCEORSTATE\",\n                    \"postalOrZip\": \"Postal Code/ZIP\",\n                    \"country\": \"PG_COUNTRY\",\n                    \"city\": \"PG_CITY\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_69UWASF6HDcvzH4Kf6Hrza.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=MJFes8wsLPa6kJ6muvSG%2BCJsD4E%3D\",\n                \"count\": 287,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2023-01-11T15:11:57.808Z\",\n                \"updatedAt\": \"2023-01-11T15:12:02.426Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 226,\n                        \"failed\": 61\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_69UWASF6HDcvzH4Kf6Hrza_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=eF%2BA%2B5BAmw2ieYCH%2FxxYYjL%2FNZw%3D\",\n                \"id\": \"addver_list_69UWASF6HDcvzH4Kf6Hrza\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": true,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Untitled spreadsheet - addver_list_iLXEsu9TdsagFuVZgo7LA6.csv\",\n                \"mappings\": {\n                    \"line1\": \"Address\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_4GWPWSQWrAa4puBf7aQGHs.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=G9eSv%2F2v8eTNkSrROZkLkDJFGUo%3D\",\n                \"count\": 287,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2023-01-11T15:07:36.571Z\",\n                \"updatedAt\": \"2023-01-11T15:07:38.257Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 0,\n                        \"failed\": 287\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_4GWPWSQWrAa4puBf7aQGHs_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=N3IzZ1iRk8CZeMxQzyaPJO%2FacT4%3D\",\n                \"id\": \"addver_list_4GWPWSQWrAa4puBf7aQGHs\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": true,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Untitled spreadsheet - Sheet1 (1).csv\",\n                \"mappings\": {\n                    \"line1\": \"street_address\",\n                    \"provinceOrState\": \"state\",\n                    \"country\": \"Country Code\",\n                    \"city\": \"city\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_hHbNDSNnrbJRk1cjbNxUgn.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=APuTEAcIsPDqaYiVjTueubpX4uM%3D\",\n                \"count\": 116,\n                \"cost\": 0,\n                \"createdAt\": \"2022-12-15T20:42:18.636Z\",\n                \"updatedAt\": \"2022-12-15T20:42:20.996Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 57,\n                        \"failed\": 59\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_hHbNDSNnrbJRk1cjbNxUgn_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=v2YMzI2d3TcpweVHbd0RI%2FLMHvY%3D\",\n                \"id\": \"addver_list_hHbNDSNnrbJRk1cjbNxUgn\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"PML List for SC - PML List for SC.csv\",\n                \"mappings\": {\n                    \"line1\": \"Address\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_unE1XdLpM16jckRpFh5EgB.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=5WNUFHkDoOU9OndswEsTjdvlWIk%3D\",\n                \"count\": 358,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-12-08T19:56:55.318Z\",\n                \"updatedAt\": \"2022-12-08T19:56:57.742Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 268,\n                        \"failed\": 90\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_unE1XdLpM16jckRpFh5EgB_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=M2B7equJU5rbd0C82KT6VCAq0zs%3D\",\n                \"id\": \"addver_list_unE1XdLpM16jckRpFh5EgB\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Annual Mailing List 2022-PostGrid Template2.csv\",\n                \"mappings\": {\n                    \"line1\": \"Address\",\n                    \"provinceOrState\": \"Province or State\",\n                    \"postalOrZip\": \"Postal or Zip\",\n                    \"country\": \"Country Code\",\n                    \"city\": \"City\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_cAXWFjzhuaN1qi4roaEkwQ.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=5H43OItwSg%2BtczpeYNApEecwDMY%3D\",\n                \"count\": 456,\n                \"cost\": 0,\n                \"createdAt\": \"2022-12-02T16:08:55.903Z\",\n                \"updatedAt\": \"2022-12-02T16:08:58.059Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 7,\n                        \"corrected\": 419,\n                        \"failed\": 30\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_cAXWFjzhuaN1qi4roaEkwQ_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=Evj3hAkKcphRzdESUvB6P0mS2q4%3D\",\n                \"id\": \"addver_list_cAXWFjzhuaN1qi4roaEkwQ\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Annual Mailing List 2022-PostGrid Template2.csv\",\n                \"mappings\": {\n                    \"line1\": \"Address\",\n                    \"provinceOrState\": \"Province or State\",\n                    \"postalOrZip\": \"Postal or Zip \",\n                    \"country\": \"Country Code\",\n                    \"city\": \"City \"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_tmVJWGMBirLC6PRMUxYKhr.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=TY1ShRUzw5QjvvsuCbbpCv08W90%3D\",\n                \"count\": 456,\n                \"cost\": 0,\n                \"createdAt\": \"2022-12-02T16:07:24.069Z\",\n                \"updatedAt\": \"2022-12-02T16:07:25.739Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 0,\n                        \"failed\": 456\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_tmVJWGMBirLC6PRMUxYKhr_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=74KatqIIBblVcaihS94ecF%2BbgY4%3D\",\n                \"id\": \"addver_list_tmVJWGMBirLC6PRMUxYKhr\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Annual Mailing List 2022-PostGrid Template2.csv\",\n                \"mappings\": {\n                    \"line1\": \"Address\",\n                    \"provinceOrState\": \"Province or State\",\n                    \"postalOrZip\": \"Postal or Zip \",\n                    \"country\": \"Country Code\",\n                    \"city\": \"City \"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_9uQPvtud45wdy436N5FP1t.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=sv09CV%2FH3V60nexrKXeHWoKjjUU%3D\",\n                \"count\": 456,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-12-02T16:02:48.185Z\",\n                \"updatedAt\": \"2022-12-02T16:02:50.165Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 0,\n                        \"failed\": 456\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_9uQPvtud45wdy436N5FP1t_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=h0GwjEm5Q8hAv4sSuzT89gNtvnU%3D\",\n                \"id\": \"addver_list_9uQPvtud45wdy436N5FP1t\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"addver_list_kcZJJ8rzT8ULj7ruTXqZst.csv\",\n                \"mappings\": {\n                    \"provinceOrState\": \"State\",\n                    \"postalOrZip\": \"Zip\",\n                    \"city\": \"City\",\n                    \"line1\": \"Address 1\",\n                    \"line2\": \"Address 2\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_5Xqwzzbt3AUj2FU3Ey9rCx.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=ojpZo7Z21zhbogef8jaRlZcD%2BeQ%3D\",\n                \"count\": 1460,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-12-01T19:33:09.236Z\",\n                \"updatedAt\": \"2022-12-01T19:33:18.041Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 614,\n                        \"corrected\": 566,\n                        \"failed\": 280\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_5Xqwzzbt3AUj2FU3Ey9rCx_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=Bb%2Bj6y0PQt4L8EZTJ6JSEiA4Lys%3D\",\n                \"id\": \"addver_list_5Xqwzzbt3AUj2FU3Ey9rCx\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": true,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"inlt-av-addresses.csv - Sheet1 (2).csv\",\n                \"mappings\": {\n                    \"provinceOrState\": \"State\",\n                    \"postalOrZip\": \"Postcode / ZIP\",\n                    \"country\": \"Country\",\n                    \"city\": \"City\",\n                    \"line1\": \"Line 1\",\n                    \"line2\": \"Line 2\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_ngWYcz4M3spDAZZEXFzczk.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=cA1k90uDzgvXnrjnshYpNfkmE2c%3D\",\n                \"count\": 4,\n                \"cost\": 0,\n                \"createdAt\": \"2022-11-29T18:39:45.301Z\",\n                \"updatedAt\": \"2022-11-29T18:39:46.706Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 3,\n                        \"partially_verified\": 1,\n                        \"unverified\": 0,\n                        \"ambiguous\": 0,\n                        \"conflict\": 0,\n                        \"reverted\": 0\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_ngWYcz4M3spDAZZEXFzczk_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=XNj2urUVG%2BAMuaSVjL1Zxb%2B%2F9P0%3D\",\n                \"id\": \"addver_list_ngWYcz4M3spDAZZEXFzczk\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Sample Addresses - US-test-8  (5).csv\",\n                \"mappings\": {\n                    \"line1\": \"address1\",\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"postal or zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_huEGZ4zPB4V7Ras3NVDfKa.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=IIA%2FcsdneHRxPB%2B4Vlsumm%2Bur7s%3D\",\n                \"count\": 11,\n                \"cost\": 0,\n                \"defaultCountry\": \"CA\",\n                \"createdAt\": \"2022-11-25T16:17:21.470Z\",\n                \"updatedAt\": \"2022-11-25T16:17:22.396Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 8,\n                        \"failed\": 3\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_huEGZ4zPB4V7Ras3NVDfKa_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=NtExmdXgy84lWA2wSwv3ADYmgOQ%3D\",\n                \"id\": \"addver_list_huEGZ4zPB4V7Ras3NVDfKa\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"PostGrid SAMPLE FILE.csv\",\n                \"mappings\": {\n                    \"provinceOrState\": \"SHIPPING ADDRESS PROVINCE\",\n                    \"city\": \"SHIPPING ADDRESS CITY\",\n                    \"line1\": \"SHIPPING ADDRESS LINE 1\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_2HHtLuZL3ymfx9AvTSGDjw.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=pp69Ta36gA3Uv0JZZx%2BFenMqvNo%3D\",\n                \"count\": 200,\n                \"cost\": 0,\n                \"defaultCountry\": \"CA\",\n                \"createdAt\": \"2022-11-22T16:14:40.042Z\",\n                \"updatedAt\": \"2022-11-22T16:14:41.426Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 184,\n                        \"failed\": 16\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_2HHtLuZL3ymfx9AvTSGDjw_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=M2rcKVBVMbfVQc%2FQgVGA4OEQP6w%3D\",\n                \"id\": \"addver_list_2HHtLuZL3ymfx9AvTSGDjw\"\n            },\n            {\n                \"status\": \"failed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"1a462798-23c1-4a53-b484-d641dc2412e5.csv\",\n                \"mappings\": {\n                    \"provinceOrState\": \"State / Province / Region\",\n                    \"postalOrZip\": \"Postal / Zip Code\",\n                    \"country\": \"Country\",\n                    \"city\": \"City\",\n                    \"line1\": \"Address\",\n                    \"line2\": \"Address Line 2\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_4SyvJMexDHyJ2SsHAzAdwp.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=qUZyJHCYlOj7tV35JSGwN%2By%2BU08%3D\",\n                \"count\": 1750,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-11-15T15:55:44.102Z\",\n                \"updatedAt\": \"2022-11-17T16:56:18.598Z\",\n                \"metadata\": null,\n                \"result\": null,\n                \"id\": \"addver_list_4SyvJMexDHyJ2SsHAzAdwp\"\n            },\n            {\n                \"status\": \"failed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": true,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Untitled spreadsheet - Sheet1.csv\",\n                \"mappings\": {\n                    \"provinceOrState\": \"State / Province / Region\",\n                    \"postalOrZip\": \"Postal / Zip Code\",\n                    \"country\": \"Country\",\n                    \"city\": \"City\",\n                    \"line1\": \"Address\",\n                    \"line2\": \"Address Line 2\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_6975EF1ELUQLV91iLi8L8c.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=HbCEw3g%2BP%2FYohNiPVrxq1UUrn0Q%3D\",\n                \"count\": 899,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-11-15T16:17:04.148Z\",\n                \"updatedAt\": \"2022-11-17T16:55:54.049Z\",\n                \"metadata\": null,\n                \"result\": null,\n                \"id\": \"addver_list_6975EF1ELUQLV91iLi8L8c\"\n            },\n            {\n                \"status\": \"failed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": true,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Untitled spreadsheet - Sheet2.csv\",\n                \"mappings\": {\n                    \"provinceOrState\": \"State / Province / Region\",\n                    \"postalOrZip\": \"Postal / Zip Code\",\n                    \"country\": \"Country\",\n                    \"city\": \"City\",\n                    \"line1\": \"Address\",\n                    \"line2\": \"Address Line 2\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_xzp7yTeK7zWdiDbaWS8EoK.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=AD59lmIdOELe0AhhJwl%2FM%2BCy%2Bbc%3D\",\n                \"count\": 449,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-11-15T16:22:30.554Z\",\n                \"updatedAt\": \"2022-11-17T16:33:05.902Z\",\n                \"metadata\": null,\n                \"result\": null,\n                \"id\": \"addver_list_xzp7yTeK7zWdiDbaWS8EoK\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": true,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"inlt-av-addresses.csv - Sheet1 (1).csv\",\n                \"mappings\": {\n                    \"provinceOrState\": \"State\",\n                    \"postalOrZip\": \"Postcode / ZIP\",\n                    \"country\": \"Country\",\n                    \"city\": \"City\",\n                    \"line1\": \"Line 1\",\n                    \"line2\": \"Line 2\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_jwiz72JYWh2Dr8x6ykQVcL.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=8tpl7gk5GqZBRD0Cl6dsbnkyjsk%3D\",\n                \"count\": 4,\n                \"cost\": 0,\n                \"createdAt\": \"2022-11-17T16:27:50.672Z\",\n                \"updatedAt\": \"2022-11-17T16:27:52.308Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 3,\n                        \"partially_verified\": 1,\n                        \"unverified\": 0,\n                        \"ambiguous\": 0,\n                        \"conflict\": 0,\n                        \"reverted\": 0\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_jwiz72JYWh2Dr8x6ykQVcL_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=dP72I7sjCqzvqzazLmW01ks%2BOdU%3D\",\n                \"id\": \"addver_list_jwiz72JYWh2Dr8x6ykQVcL\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Sample Addresses - US-test-8  (4).csv\",\n                \"mappings\": {\n                    \"line1\": \"address1\",\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"postal or zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_npwdoARhWRmGu1bsYvvTNU.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=o3Y9se5qyIkPTCD7tMEFhRoknlA%3D\",\n                \"count\": 11,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-11-17T16:20:52.779Z\",\n                \"updatedAt\": \"2022-11-17T16:20:54.788Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 8,\n                        \"failed\": 3\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_npwdoARhWRmGu1bsYvvTNU_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=5Hrvya2E%2BWwO6whFcXK%2B%2BDlT5bg%3D\",\n                \"id\": \"addver_list_npwdoARhWRmGu1bsYvvTNU\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": true,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"1a462798-23c1-4a53-b484-d641dc2412e5.csv\",\n                \"mappings\": {\n                    \"provinceOrState\": \"State / Province / Region\",\n                    \"postalOrZip\": \"Postal / Zip Code\",\n                    \"country\": \"Country\",\n                    \"city\": \"City\",\n                    \"line1\": \"Address\",\n                    \"line2\": \"Address Line 2\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_ck8iXuuHoMmqFqJ3ryR3Rd.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=KO89VSYbay0yEnV%2BN6fQ7pXJbPE%3D\",\n                \"count\": 1750,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-11-15T17:36:31.872Z\",\n                \"updatedAt\": \"2022-11-15T17:36:38.569Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 442,\n                        \"corrected\": 1168,\n                        \"failed\": 140\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_ck8iXuuHoMmqFqJ3ryR3Rd_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=X10KyWdhSKhDPgiBq7VtkuhqrRM%3D\",\n                \"id\": \"addver_list_ck8iXuuHoMmqFqJ3ryR3Rd\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": true,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Untitled spreadsheet - Sheet5.csv\",\n                \"mappings\": {\n                    \"provinceOrState\": \"State / Province / Region\",\n                    \"postalOrZip\": \"Postal / Zip Code\",\n                    \"country\": \"Country\",\n                    \"city\": \"City\",\n                    \"line1\": \"Address\",\n                    \"line2\": \"Address Line 2\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_VXrJCrvMgKFGCoz3uAuNP.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=7ioEqY89HT4rA6N92xjvD1kMtEY%3D\",\n                \"count\": 225,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-11-15T16:47:07.538Z\",\n                \"updatedAt\": \"2022-11-15T16:47:10.149Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 60,\n                        \"corrected\": 140,\n                        \"failed\": 25\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_VXrJCrvMgKFGCoz3uAuNP_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=g5fYbT7SAWhdZLXONxrf4ZSAV8o%3D\",\n                \"id\": \"addver_list_VXrJCrvMgKFGCoz3uAuNP\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": true,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Untitled spreadsheet - Sheet4 (1).csv\",\n                \"mappings\": {\n                    \"provinceOrState\": \"State / Province / Region\",\n                    \"postalOrZip\": \"Postal / Zip Code\",\n                    \"country\": \"Country\",\n                    \"city\": \"City\",\n                    \"line1\": \"Address\",\n                    \"line2\": \"Address Line 2\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_stzmXZQY9oAV4fF4cDte9W.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=50TK0k5Zkx4B5SbTD4wObW4C%2Fh0%3D\",\n                \"count\": 224,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-11-15T16:34:05.156Z\",\n                \"updatedAt\": \"2022-11-15T16:36:02.424Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 56,\n                        \"corrected\": 150,\n                        \"failed\": 18\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_stzmXZQY9oAV4fF4cDte9W_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=CFr8NNLhDk8%2B2UbeNtOg76JCX%2F4%3D\",\n                \"id\": \"addver_list_stzmXZQY9oAV4fF4cDte9W\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": true,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Untitled spreadsheet - Sheet3.csv\",\n                \"mappings\": {\n                    \"provinceOrState\": \"State / Province / Region\",\n                    \"postalOrZip\": \"Postal / Zip Code\",\n                    \"country\": \"Country\",\n                    \"city\": \"City\",\n                    \"line1\": \"Address\",\n                    \"line2\": \"Address Line 2\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_k1ZQtgBaX12933zactkDZQ.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=vDBLChwt%2FVMKZwcWt5IiMSbGPlM%3D\",\n                \"count\": 1,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-11-15T16:26:33.767Z\",\n                \"updatedAt\": \"2022-11-15T16:26:34.298Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 1,\n                        \"corrected\": 0,\n                        \"failed\": 0\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_k1ZQtgBaX12933zactkDZQ_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=8xRMhwhGi77QXl01JLhRIwpd6qs%3D\",\n                \"id\": \"addver_list_k1ZQtgBaX12933zactkDZQ\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Sample Addresses - US-test-8  (3).csv\",\n                \"mappings\": {\n                    \"line1\": \"address1\",\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"postal or zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_ostSXCkV3NHFpRvZERnHCn.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=%2BpGCGuUNRGpHLove3JNu8CuSutk%3D\",\n                \"count\": 11,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-11-15T16:00:32.240Z\",\n                \"updatedAt\": \"2022-11-15T16:00:34.368Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 8,\n                        \"failed\": 3\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_ostSXCkV3NHFpRvZERnHCn_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=kuZfl0qBq1zzg33XFw%2FCIvNvHXs%3D\",\n                \"id\": \"addver_list_ostSXCkV3NHFpRvZERnHCn\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"FINAL PostGrid2022 Judge Contact List MEGAN7.csv\",\n                \"mappings\": {\n                    \"line1\": \"Address\",\n                    \"provinceOrState\": \"Province or State\",\n                    \"postalOrZip\": \"Postal or Zip\",\n                    \"country\": \"Country Code\",\n                    \"city\": \"City\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_2dyMsca8HeXxT7fcotk6KC.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=wuHmvvqEELoOrxtvU8sDu7j2%2Fks%3D\",\n                \"count\": 852,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-11-09T18:08:11.974Z\",\n                \"updatedAt\": \"2022-11-09T18:08:16.510Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 229,\n                        \"failed\": 623\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_2dyMsca8HeXxT7fcotk6KC_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=kW39WkK3K9OnDjFmrwnd5R9sG8g%3D\",\n                \"id\": \"addver_list_2dyMsca8HeXxT7fcotk6KC\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": true,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"inlt-av-addresses.csv - Sheet1.csv\",\n                \"mappings\": {\n                    \"provinceOrState\": \"State\",\n                    \"postalOrZip\": \"Postcode / ZIP\",\n                    \"country\": \"Country\",\n                    \"city\": \"City\",\n                    \"line1\": \"Line 1\",\n                    \"line2\": \"Line 2\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_iRgn56bvG4DG5RY542QzaT.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=xmb%2Fc%2BoDgPIMsKZHoqjPNCjVq3Y%3D\",\n                \"count\": 4,\n                \"cost\": 0,\n                \"createdAt\": \"2022-10-25T20:22:41.189Z\",\n                \"updatedAt\": \"2022-10-25T20:22:42.808Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 3,\n                        \"partially_verified\": 1,\n                        \"unverified\": 0,\n                        \"ambiguous\": 0,\n                        \"conflict\": 0,\n                        \"reverted\": 0\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_iRgn56bvG4DG5RY542QzaT_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=O30Aoi%2FtCQBByh%2B%2F%2FHpFO%2FeF3sY%3D\",\n                \"id\": \"addver_list_iRgn56bvG4DG5RY542QzaT\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": true,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"inlt-av-addresses.csv - Sheet1.csv\",\n                \"mappings\": {\n                    \"provinceOrState\": \"State\",\n                    \"postalOrZip\": \"Postcode / ZIP\",\n                    \"country\": \"Country\",\n                    \"city\": \"City\",\n                    \"line1\": \"Line 1\",\n                    \"line2\": \"Line 2\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_iAWeQGcTZxrkSBWVwrY8vh.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=Z%2Fa%2FYNlkf8T55PKfTI0vBYVn01Y%3D\",\n                \"count\": 4,\n                \"cost\": 0,\n                \"createdAt\": \"2022-10-25T16:20:47.233Z\",\n                \"updatedAt\": \"2022-10-25T16:20:48.825Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 3,\n                        \"partially_verified\": 1,\n                        \"unverified\": 0,\n                        \"ambiguous\": 0,\n                        \"conflict\": 0,\n                        \"reverted\": 0\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_iAWeQGcTZxrkSBWVwrY8vh_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=CDxjjS6SuV9XkyKHjnjt315xmOQ%3D\",\n                \"id\": \"addver_list_iAWeQGcTZxrkSBWVwrY8vh\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"remaining_addresses.csv\",\n                \"mappings\": {\n                    \"postalOrZip\": \"zip\",\n                    \"city\": \"city\",\n                    \"line1\": \"address\",\n                    \"line2\": \"address2\",\n                    \"provinceOrState\": \"state_code\",\n                    \"country\": \"country_code\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_94mD189CRqQy7EfMrbip2Z.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=1KFHz45H%2FAQK6tlj1eCszu8tUOo%3D\",\n                \"count\": 5015,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-10-25T14:14:48.384Z\",\n                \"updatedAt\": \"2022-10-25T14:15:06.165Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 4,\n                        \"failed\": 5011\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_94mD189CRqQy7EfMrbip2Z_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=yIXmAAnqDx9Vo3AVbZ65DJrBuWA%3D\",\n                \"id\": \"addver_list_94mD189CRqQy7EfMrbip2Z\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"addver_list_n5Qk2qfiMnZtoDkGm8n9A4_country_codes.csv\",\n                \"mappings\": {\n                    \"line1\": \"Address\",\n                    \"provinceOrState\": \"State\",\n                    \"postalOrZip\": \"Zip\",\n                    \"country\": \"PG_COUNTRY\",\n                    \"city\": \"City\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_5u7WqdsedviFsV6oHoPWbG.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=ju1NDxmnF2hPy1omKeC%2BiF%2FN%2FC8%3D\",\n                \"count\": 3007,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-10-20T14:30:43.586Z\",\n                \"updatedAt\": \"2022-10-20T14:30:52.846Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 2847,\n                        \"failed\": 160\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_5u7WqdsedviFsV6oHoPWbG_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=WDh7kdWuIdYstBSANO2%2BNNzuGHk%3D\",\n                \"id\": \"addver_list_5u7WqdsedviFsV6oHoPWbG\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"HF_Customer_part_6.csv\",\n                \"mappings\": {\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\",\n                    \"line1\": \"address1\",\n                    \"line2\": \"address2\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_kft1Nv7e9RoefnjwxrmELv.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=rCtgj%2BQnvuqgZWh2wU%2FMpdwsL%2Bo%3D\",\n                \"count\": 9904,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-10-19T07:26:31.650Z\",\n                \"updatedAt\": \"2022-10-19T07:27:18.000Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 1028,\n                        \"corrected\": 6596,\n                        \"failed\": 2280\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_kft1Nv7e9RoefnjwxrmELv_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=jXp52oM%2BrXV9WZ5wOP4UR4JvgW4%3D\",\n                \"id\": \"addver_list_kft1Nv7e9RoefnjwxrmELv\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"HF_Customer_part_5.csv\",\n                \"mappings\": {\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\",\n                    \"line1\": \"address1\",\n                    \"line2\": \"address2\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_7vVmF851miBN8sT2zPMHEH.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=9DU%2F%2B3fccFFRr%2F4FszX75rELWF4%3D\",\n                \"count\": 50000,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-10-19T07:22:21.136Z\",\n                \"updatedAt\": \"2022-10-19T07:26:20.106Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 15024,\n                        \"corrected\": 24357,\n                        \"failed\": 10619\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_7vVmF851miBN8sT2zPMHEH_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=I7JW%2BVlN6xe9QcfyDmwq5Kd6LdM%3D\",\n                \"id\": \"addver_list_7vVmF851miBN8sT2zPMHEH\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"HF_Customer_part_4.csv\",\n                \"mappings\": {\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\",\n                    \"line1\": \"address1\",\n                    \"line2\": \"address2\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_fY4Tqtu1BRGAmqrSPfg6xS.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=Wu3J%2BRSGiztYit9TytI9qLps2Jg%3D\",\n                \"count\": 50000,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-10-19T07:18:25.836Z\",\n                \"updatedAt\": \"2022-10-19T07:22:07.066Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 24063,\n                        \"corrected\": 17021,\n                        \"failed\": 8916\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_fY4Tqtu1BRGAmqrSPfg6xS_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=oyFxfaeNiV3%2FY%2F1RSZQx2yVPJsw%3D\",\n                \"id\": \"addver_list_fY4Tqtu1BRGAmqrSPfg6xS\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"HF_Customer_part_3.csv\",\n                \"mappings\": {\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\",\n                    \"line1\": \"address1\",\n                    \"line2\": \"address2\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_7phCncc4C3wMEQ68hc6v8T.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=Ar5HFO2Hh3u55iqK%2FuLGvTsJPdI%3D\",\n                \"count\": 50000,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-10-19T07:13:51.809Z\",\n                \"updatedAt\": \"2022-10-19T07:18:01.376Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 20805,\n                        \"corrected\": 18845,\n                        \"failed\": 10350\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_7phCncc4C3wMEQ68hc6v8T_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=U1DEHahNpDKgbpdO0lEef70mbCs%3D\",\n                \"id\": \"addver_list_7phCncc4C3wMEQ68hc6v8T\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"HF_Customer_part_2.csv\",\n                \"mappings\": {\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\",\n                    \"line1\": \"address1\",\n                    \"line2\": \"address2\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_4kB67r7rr5zYvGXSHp1Hm6.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=iGam8ptC87rJ4eDeNbOJdjPrkO4%3D\",\n                \"count\": 50000,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-10-19T07:09:29.921Z\",\n                \"updatedAt\": \"2022-10-19T07:13:34.200Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 20279,\n                        \"corrected\": 20742,\n                        \"failed\": 8979\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_4kB67r7rr5zYvGXSHp1Hm6_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=EXBX7fKJgiBWrzfAc%2Fn5pSnWVhQ%3D\",\n                \"id\": \"addver_list_4kB67r7rr5zYvGXSHp1Hm6\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"HF_Customer_part_1.csv\",\n                \"mappings\": {\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\",\n                    \"line1\": \"address1\",\n                    \"line2\": \"address2\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_tapiZ27tvxFZV82JUBdZxn.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=iK2y2QTzuOFROxbL%2F9yPmwQMw74%3D\",\n                \"count\": 50000,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-10-19T07:04:56.814Z\",\n                \"updatedAt\": \"2022-10-19T07:08:47.899Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 25292,\n                        \"corrected\": 15997,\n                        \"failed\": 8711\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_tapiZ27tvxFZV82JUBdZxn_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=8B%2Bn4jeiV56%2BvVnszA0p59u%2BRG4%3D\",\n                \"id\": \"addver_list_tapiZ27tvxFZV82JUBdZxn\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": true,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"oct-13 - Sheet1.csv\",\n                \"mappings\": {\n                    \"postalOrZip\": \"zip\",\n                    \"city\": \"city\",\n                    \"line1\": \"address\",\n                    \"line2\": \"address2\",\n                    \"provinceOrState\": \"state_code\",\n                    \"country\": \"country_code\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_kjMfSmxanspVP5Tnby5vaU.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=sztAASvBH3t2uSa3L%2BWFH10B3fA%3D\",\n                \"count\": 8851,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-10-17T02:05:15.868Z\",\n                \"updatedAt\": \"2022-10-17T02:05:38.696Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 3226,\n                        \"corrected\": 4547,\n                        \"failed\": 1078\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_kjMfSmxanspVP5Tnby5vaU_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=ixCfQjiiOe9NoqW7rZqYI6jMR7s%3D\",\n                \"id\": \"addver_list_kjMfSmxanspVP5Tnby5vaU\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Sample Addresses - US-test-8  (3).csv\",\n                \"mappings\": {\n                    \"line1\": \"address1\",\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"postal or zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_oNL8k89PoQDvGdZG4Lm3WM.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=Ylbl7LBGVJXZV3mkao6Z9FiCoy8%3D\",\n                \"count\": 11,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-10-13T15:46:15.165Z\",\n                \"updatedAt\": \"2022-10-13T15:46:16.948Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 8,\n                        \"failed\": 3\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_oNL8k89PoQDvGdZG4Lm3WM_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=eScc9XSdwj9647mVeZCZxugLBuA%3D\",\n                \"id\": \"addver_list_oNL8k89PoQDvGdZG4Lm3WM\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Sample Addresses - US-test-8  (2).csv\",\n                \"mappings\": {\n                    \"line1\": \"address1\",\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"postal or zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_jLd26f2oA56Gm4q5r2M1AU.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=mulxmGO%2F%2FSNZ%2BCM8gkBp4aOz0m8%3D\",\n                \"count\": 11,\n                \"cost\": 0,\n                \"createdAt\": \"2022-09-22T18:07:36.304Z\",\n                \"updatedAt\": \"2022-09-22T18:07:37.938Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 8,\n                        \"failed\": 3\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_jLd26f2oA56Gm4q5r2M1AU_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=vV%2Fw8KZQjexfIqSbuoyjRUDZZXk%3D\",\n                \"id\": \"addver_list_jLd26f2oA56Gm4q5r2M1AU\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": true,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Sample Addresses - US-test-8  (1).csv\",\n                \"mappings\": {\n                    \"line1\": \"address1\",\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"postal or zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_8Vdfa6SwNNVKT5SVzemxeM.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=Xrf0C2v3BSkH2f%2B2X%2BJ1zfayqkU%3D\",\n                \"count\": 11,\n                \"cost\": 0,\n                \"createdAt\": \"2022-09-21T20:39:32.499Z\",\n                \"updatedAt\": \"2022-09-21T20:39:35.674Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 8,\n                        \"failed\": 3\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_8Vdfa6SwNNVKT5SVzemxeM_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=W46KIj0A0oJicve1f5h0IJJ0WJQ%3D\",\n                \"id\": \"addver_list_8Vdfa6SwNNVKT5SVzemxeM\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"maestro-postcards-9x6-2022_09_02.csv\",\n                \"mappings\": {\n                    \"provinceOrState\": \"Province or State\",\n                    \"postalOrZip\": \"Postal or Zip\",\n                    \"country\": \"Country Code\",\n                    \"city\": \"City\",\n                    \"line1\": \"Address\",\n                    \"line2\": \"Address 2\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_sY8PL7Z1U4Uwo6hk273wRw.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=xTSK9uBwYfajNwKsl7YGNtJa%2FGQ%3D\",\n                \"count\": 334,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-09-02T22:23:58.930Z\",\n                \"updatedAt\": \"2022-09-02T22:24:02.312Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 270,\n                        \"failed\": 64\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_sY8PL7Z1U4Uwo6hk273wRw_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=HJ7j8b%2BHqYUmVbA1HueaR9ugMKM%3D\",\n                \"id\": \"addver_list_sY8PL7Z1U4Uwo6hk273wRw\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"CA add test.csv\",\n                \"mappings\": {\n                    \"line1\": \"address\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_qA8oQ8ciCAbaRDBW5MApH9.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=kspGXqJ8bx1SBkmlLW6ZjqgR1Tc%3D\",\n                \"count\": 52,\n                \"cost\": 0,\n                \"defaultCountry\": \"CA\",\n                \"createdAt\": \"2022-09-01T16:16:04.612Z\",\n                \"updatedAt\": \"2022-09-01T16:16:06.067Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 24,\n                        \"corrected\": 18,\n                        \"failed\": 10\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_qA8oQ8ciCAbaRDBW5MApH9_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=oOvfjGi5zGD1hb8CZD%2BF8q8CRgk%3D\",\n                \"id\": \"addver_list_qA8oQ8ciCAbaRDBW5MApH9\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"CA add test.csv\",\n                \"mappings\": {\n                    \"line1\": \"address\",\n                    \"provinceOrState\": \"undefined\",\n                    \"postalOrZip\": \"undefined\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_93U6GWdARYxwuZFSbTJSEk.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=uYswxhvpssA2lptA9wQyI8QHZHE%3D\",\n                \"count\": 52,\n                \"cost\": 0,\n                \"defaultCountry\": \"CA\",\n                \"createdAt\": \"2022-09-01T16:09:18.282Z\",\n                \"updatedAt\": \"2022-09-01T16:09:19.514Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 0,\n                        \"failed\": 52\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_93U6GWdARYxwuZFSbTJSEk_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=BTtIyzAqQiliYl%2FhidPArKuxcZ0%3D\",\n                \"id\": \"addver_list_93U6GWdARYxwuZFSbTJSEk\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"addver_list_k5uzmsRDFVTz3L13szTNvN.csv\",\n                \"mappings\": {\n                    \"line1\": \"address\",\n                    \"provinceOrState\": \"undefined\",\n                    \"postalOrZip\": \"undefined\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_aEPV7fKtHBFRuJmp5XH77o.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=PpD29MiKR%2FCcysFpFkMuQlWJOsU%3D\",\n                \"count\": 52,\n                \"cost\": 0,\n                \"defaultCountry\": \"CA\",\n                \"createdAt\": \"2022-08-31T21:09:51.611Z\",\n                \"updatedAt\": \"2022-08-31T21:09:52.900Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 0,\n                        \"failed\": 52\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_aEPV7fKtHBFRuJmp5XH77o_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=1AN3yLIbmASkmwrpNDEowbhH3yg%3D\",\n                \"id\": \"addver_list_aEPV7fKtHBFRuJmp5XH77o\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"ncoa_output_7062_08272022.csv\",\n                \"mappings\": {\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"undefined\",\n                    \"country\": \"country\",\n                    \"city\": \"city\",\n                    \"line1\": \"street1\",\n                    \"line2\": \"street2\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_mtRnqsWywYaECFg2BHENv.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=ICR7gAIPPmEdSbtXduk869WYvUU%3D\",\n                \"count\": 141153,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-08-30T17:25:37.463Z\",\n                \"updatedAt\": \"2022-08-30T17:39:25.330Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 136633,\n                        \"failed\": 4520\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_mtRnqsWywYaECFg2BHENv_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=Cf8DfGJJVuC%2BBj2xQtBnzjF3dU8%3D\",\n                \"id\": \"addver_list_mtRnqsWywYaECFg2BHENv\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Sample Addresses - US-test-8 .csv\",\n                \"mappings\": {\n                    \"line1\": \"address1\",\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"postal or zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_dkAYG31yn1r5wcvE93HHuV.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=VYbNKPGkFfzofS3uxt3ihvszGTw%3D\",\n                \"count\": 11,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-08-24T15:30:29.686Z\",\n                \"updatedAt\": \"2022-08-24T15:30:31.578Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 8,\n                        \"failed\": 3\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_dkAYG31yn1r5wcvE93HHuV_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=PTSuH%2BZiZ7nFlkjwuuHf8Sp0mwI%3D\",\n                \"id\": \"addver_list_dkAYG31yn1r5wcvE93HHuV\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Copy of Canadian addresses for checking.xlsx - Sheet1.csv\",\n                \"mappings\": {\n                    \"provinceOrState\": \"Province or State\",\n                    \"postalOrZip\": \"Postal or Zip\",\n                    \"country\": \"Country Code\",\n                    \"city\": \"City\",\n                    \"line1\": \"Address\",\n                    \"line2\": \"Address 2\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_i553occyC9iYfQudLimVz4.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=OfmRubViFLO6RW432FpZvmNNU%2FQ%3D\",\n                \"count\": 36,\n                \"cost\": 0,\n                \"defaultCountry\": \"CA\",\n                \"createdAt\": \"2022-08-18T14:34:15.116Z\",\n                \"updatedAt\": \"2022-08-18T14:34:16.854Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 11,\n                        \"corrected\": 6,\n                        \"failed\": 19\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_i553occyC9iYfQudLimVz4_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=bkGzdGlOP8m45ExZ0KgLNs7i9wQ%3D\",\n                \"id\": \"addver_list_i553occyC9iYfQudLimVz4\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": true,\n                \"useProperCase\": true,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Sample Addresses - US-test-8  (3).csv\",\n                \"mappings\": {\n                    \"line1\": \"address1\",\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"postal or zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_v82RDBgorySVTrkyiPPACk.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=w5VoCpMnWc1NwOCz2zPxwGsDuWQ%3D\",\n                \"count\": 11,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-08-05T14:27:49.409Z\",\n                \"updatedAt\": \"2022-08-05T14:27:52.810Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 8,\n                        \"failed\": 3\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_v82RDBgorySVTrkyiPPACk_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=PLR9YLbjuQFebJqyxHTYQfR14Vw%3D\",\n                \"id\": \"addver_list_v82RDBgorySVTrkyiPPACk\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Sample Addresses - US-test-8  (2).csv\",\n                \"mappings\": {\n                    \"line1\": \"address1\",\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"postal or zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_2jn9fyjGoDi24M74LwmoqG.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=CGIvbfS6rYvc9QiEkv%2BI63Q7OpM%3D\",\n                \"count\": 11,\n                \"cost\": 0,\n                \"defaultCountry\": \"CA\",\n                \"createdAt\": \"2022-08-04T17:14:35.737Z\",\n                \"updatedAt\": \"2022-08-04T17:14:36.836Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 8,\n                        \"failed\": 3\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_2jn9fyjGoDi24M74LwmoqG_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=N01EZOkZTmc8PWC6A1ZzJuyU9yQ%3D\",\n                \"id\": \"addver_list_2jn9fyjGoDi24M74LwmoqG\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"US-test-10.csv\",\n                \"mappings\": {\n                    \"line1\": \"address1\",\n                    \"provinceOrState\": \"state\",\n                    \"postalOrZip\": \"zip\",\n                    \"country\": \"country\",\n                    \"city\": \"city\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_skbd8WciSdayasdjUt4Kpw.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=BA8Ku9DOTB0jjiDWxYPkz7RUVXs%3D\",\n                \"count\": 9,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-07-27T19:52:06.721Z\",\n                \"updatedAt\": \"2022-07-27T19:52:07.815Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 1,\n                        \"corrected\": 6,\n                        \"failed\": 2\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_skbd8WciSdayasdjUt4Kpw_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=rqZzKOtpkmb4VNKIge8WoIn3x6I%3D\",\n                \"id\": \"addver_list_skbd8WciSdayasdjUt4Kpw\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": true,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Untitled spreadsheet - addver_list_c5My7ZyYcLfPb24fk2NSuN_output.csv\",\n                \"mappings\": {\n                    \"line1\": \"AddrLine1\",\n                    \"line2\": \"AddrLine2\",\n                    \"provinceOrState\": \"StateOrProvince\",\n                    \"postalOrZip\": \"PostalCode\",\n                    \"country\": \"CountryCode\",\n                    \"city\": \"City\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_b2LtQykaUqZnVpJj6c1N9o.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=iqma6aiLZaXDxaE9N%2FPcwlitnWU%3D\",\n                \"count\": 50,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-07-21T16:58:07.616Z\",\n                \"updatedAt\": \"2022-07-21T16:58:09.706Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 8,\n                        \"corrected\": 23,\n                        \"failed\": 19\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_b2LtQykaUqZnVpJj6c1N9o_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=BQmoFGwcaJ1lwZCJXHMnFQlsXPI%3D\",\n                \"id\": \"addver_list_b2LtQykaUqZnVpJj6c1N9o\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"addresses in sf bbc.csv\",\n                \"mappings\": {\n                    \"line1\": \"address\",\n                    \"city\": \"City\",\n                    \"postalOrZip\": \"Zip Code\",\n                    \"provinceOrState\": \"state\",\n                    \"country\": \"Country Code\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_3PpTZbBkTrBogQgyivpPwu.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=O9dY6bTMVB3h3ZpOctgod6onyJo%3D\",\n                \"count\": 378,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-07-14T16:33:16.216Z\",\n                \"updatedAt\": \"2022-07-14T16:33:19.518Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 323,\n                        \"failed\": 55\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_3PpTZbBkTrBogQgyivpPwu_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=t8EHibL8wvtoN0CB%2Bih3QSGQMpk%3D\",\n                \"id\": \"addver_list_3PpTZbBkTrBogQgyivpPwu\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"addresses in sf bbc.csv\",\n                \"mappings\": {\n                    \"line1\": \"address \",\n                    \"city\": \"City\",\n                    \"postalOrZip\": \"Zip Code\",\n                    \"provinceOrState\": \"state\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_shYAXvhcRmEva2gtM4rx9X.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=HTCA6zquZxj%2Fm%2FbnC4Zyu9ugRbg%3D\",\n                \"count\": 378,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-07-14T16:27:45.899Z\",\n                \"updatedAt\": \"2022-07-14T16:27:46.894Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 0,\n                        \"failed\": 0\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_shYAXvhcRmEva2gtM4rx9X_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=gFuMCVUeUhFhke6MLiOtjbTjDf0%3D\",\n                \"id\": \"addver_list_shYAXvhcRmEva2gtM4rx9X\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"addver_list_axw5YLjxaXWreu3gLF1yp5.csv\",\n                \"mappings\": {\n                    \"line1\": \"Address\",\n                    \"city\": \"City\",\n                    \"postalOrZip\": \"Zip Code\",\n                    \"provinceOrState\": \"State\",\n                    \"country\": \"Country\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_3D7BFpmRkyy3gRKBa3ZrSd.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=0hiRsNuYDpJQP66obXpL34IKUac%3D\",\n                \"count\": 472,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-07-12T14:33:52.021Z\",\n                \"updatedAt\": \"2022-07-12T14:33:57.091Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 337,\n                        \"failed\": 135\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_3D7BFpmRkyy3gRKBa3ZrSd_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=SHFvIEJlRgtbHCT5vnVvaVM2uWI%3D\",\n                \"id\": \"addver_list_3D7BFpmRkyy3gRKBa3ZrSd\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": true,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"inlt-av-addresses.csv - Sheet1.csv\",\n                \"mappings\": {\n                    \"line1\": \"Line 1\",\n                    \"line2\": \"Line 2\",\n                    \"city\": \"City\",\n                    \"postalOrZip\": \"Postcode / ZIP\",\n                    \"provinceOrState\": \"State\",\n                    \"country\": \"Country\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_h5kft4eBkFbRGdkRL83DvK.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=uIbB8QsFetbg00qO7u4w6bi8yYM%3D\",\n                \"count\": 4,\n                \"cost\": 0,\n                \"createdAt\": \"2022-07-11T14:24:08.312Z\",\n                \"updatedAt\": \"2022-07-11T14:24:09.956Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 3,\n                        \"partially_verified\": 1,\n                        \"unverified\": 0,\n                        \"ambiguous\": 0,\n                        \"conflict\": 0,\n                        \"reverted\": 0\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_h5kft4eBkFbRGdkRL83DvK_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=OeSml2nKciV96%2BPH%2BwuGnU8C5Xo%3D\",\n                \"id\": \"addver_list_h5kft4eBkFbRGdkRL83DvK\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Sample Addresses - US-test-8 .csv\",\n                \"mappings\": {\n                    \"line1\": \"address1\",\n                    \"city\": \"city\",\n                    \"postalOrZip\": \"postal or zip\",\n                    \"provinceOrState\": \"state\",\n                    \"country\": \"country\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_brNy2vo5ewBiQBTJ8wtZzB.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=H65WQbuO4vMm76vv1GmeA7EupC8%3D\",\n                \"count\": 11,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-07-11T14:14:48.859Z\",\n                \"updatedAt\": \"2022-07-11T14:14:50.604Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 8,\n                        \"failed\": 3\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_brNy2vo5ewBiQBTJ8wtZzB_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=%2F%2Fa5OCK0UzZluW1Balsk19Sz6DQ%3D\",\n                \"id\": \"addver_list_brNy2vo5ewBiQBTJ8wtZzB\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"ad4d151f-52d3-4804-96bc-e6f74fa2bd22.csv\",\n                \"mappings\": {\n                    \"line1\": \"Address\",\n                    \"city\": \"City\",\n                    \"postalOrZip\": \"Postal Code/Zip\",\n                    \"provinceOrState\": \"State\",\n                    \"country\": \"Country\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_icNcwCa9LdUAPG1kWutYmG.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=u%2F9QNzvRfkEo6JUknxNtPVHPkXQ%3D\",\n                \"count\": 41,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-07-07T16:44:11.511Z\",\n                \"updatedAt\": \"2022-07-07T16:44:12.451Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 35,\n                        \"failed\": 6\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_icNcwCa9LdUAPG1kWutYmG_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=UgDufHDFowPzsnO3GGdo8SlNhAY%3D\",\n                \"id\": \"addver_list_icNcwCa9LdUAPG1kWutYmG\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"ad4d151f-52d3-4804-96bc-e6f74fa2bd22.csv\",\n                \"mappings\": {\n                    \"line1\": \"Address                    \",\n                    \"city\": \"City\",\n                    \"postalOrZip\": \"Postal Code/Zip\",\n                    \"provinceOrState\": \"State\",\n                    \"country\": \"Country\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_jnHFLmw4FrmQhJ26oTA5fj.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=Bty48WzBk4ON9CnBrR%2BvVRbWzaQ%3D\",\n                \"count\": 41,\n                \"cost\": 0,\n                \"defaultCountry\": \"US\",\n                \"createdAt\": \"2022-07-07T16:43:02.889Z\",\n                \"updatedAt\": \"2022-07-07T16:43:03.266Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 0,\n                        \"failed\": 0\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_jnHFLmw4FrmQhJ26oTA5fj_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=sNxrRT8ndyYNCdgMUqQ2csxNljY%3D\",\n                \"id\": \"addver_list_jnHFLmw4FrmQhJ26oTA5fj\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"offices for ontraq customers 06-22-22.xlsx - offices for ontraq customers 06 - billing (1).csv\",\n                \"mappings\": {\n                    \"line1\": \"BillToAddress\",\n                    \"line2\": \"BillToAddress2\",\n                    \"city\": \"BillToCity\",\n                    \"postalOrZip\": \"BillToZip\",\n                    \"provinceOrState\": \"BillToState\",\n                    \"country\": \"BillToCountry\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_597J1zuUbvUojXkNghm5Tm.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=S2wKsK75sF%2BM6KqlEzEjR%2BzYAho%3D\",\n                \"count\": 5931,\n                \"cost\": 0,\n                \"createdAt\": \"2022-07-04T15:18:29.381Z\",\n                \"updatedAt\": \"2022-07-04T15:19:10.090Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 963,\n                        \"corrected\": 3380,\n                        \"failed\": 1588\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_597J1zuUbvUojXkNghm5Tm_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=oGAQfUewfhdzEU9b66ZP4WbrrUg%3D\",\n                \"id\": \"addver_list_597J1zuUbvUojXkNghm5Tm\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"offices for ontraq customers 06-22-22.xlsx - offices for ontraq customers 06 - address (1).csv\",\n                \"mappings\": {\n                    \"line1\": \"Address\",\n                    \"line2\": \"Address2\",\n                    \"city\": \"City\",\n                    \"postalOrZip\": \"ZipCode\",\n                    \"provinceOrState\": \"State\",\n                    \"country\": \"Country\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_rYZ9o5FdMWRTbqMmziHcJA.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=pHT9zqfSXSv9lhBYbvHjn29s1xA%3D\",\n                \"count\": 7251,\n                \"cost\": 0,\n                \"createdAt\": \"2022-06-30T21:26:50.483Z\",\n                \"updatedAt\": \"2022-06-30T21:27:58.642Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 1055,\n                        \"corrected\": 3927,\n                        \"failed\": 2269\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_rYZ9o5FdMWRTbqMmziHcJA_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=Cl7xotwpRIoVPmmCy%2BpJ60AQPZU%3D\",\n                \"id\": \"addver_list_rYZ9o5FdMWRTbqMmziHcJA\"\n            },\n            {\n                \"status\": \"processed\",\n                \"useIntlVerification\": false,\n                \"useGeocode\": false,\n                \"useProperCase\": false,\n                \"organization\": \"org_vSPkrrncz9Xi3bJuwYLzeC\",\n                \"user\": \"usr_w2pKWkoFgLuB3uiJuxWaGo\",\n                \"name\": \"Sample Addresses - US-test-8  (2).csv\",\n                \"mappings\": {\n                    \"line1\": \"address1\",\n                    \"city\": \"city\",\n                    \"postalOrZip\": \"postal or zip\",\n                    \"provinceOrState\": \"state\",\n                    \"country\": \"country\"\n                },\n                \"file\": \"https://pg-prod-bucket-1.s3.amazonaws.com/test/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_cXSwqb295FHUKDWCa1rV6r.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=LU2%2B6%2BnSkutN2jOuoGRDPn2n%2BAE%3D\",\n                \"count\": 11,\n                \"cost\": 0,\n                \"createdAt\": \"2022-06-28T14:25:46.770Z\",\n                \"updatedAt\": \"2022-06-28T14:25:48.302Z\",\n                \"metadata\": {\n                    \"statusCount\": {\n                        \"verified\": 0,\n                        \"corrected\": 8,\n                        \"failed\": 3\n                    }\n                },\n                \"result\": \"https://pg-prod-bucket-1.s3.amazonaws.com/live/org_vSPkrrncz9Xi3bJuwYLzeC/addver_list_cXSwqb295FHUKDWCa1rV6r_output.csv?AWSAccessKeyId=AKIA5GFUILSULWTWCR64&Expires=1693290872&Signature=u3gEeZordl55Vbe9AQ4gLZLPQYY%3D\",\n                \"id\": \"addver_list_cXSwqb295FHUKDWCa1rV6r\"\n            }\n        ]\n    }\n}"}],"_postman_id":"0219ea06-f181-4e07-8cb3-df4e6ab0eaba"}],"id":"42e515b9-d94a-4691-a533-3c4ddc00bc6f","description":"<p><strong>Note: For verifying batches of addresses in real-time via JSON, please use the \"Batch Verify Addresses\" endpoint.</strong></p>\n<p>The bulk verification API allows you to submit CSV files to be processed through our address verification engine. Each file can contain up to 250,000 addresses, and the output lines up with what is returned from our batch verification API.</p>\n<p>Note that you will be invoiced for every list that processes successfully. You can pre-purchase bulk verification credits from our <a href=\"https://app.postgrid.com/dashboard/upgrade\">dashboard</a> to prevent this. However, these cannot be used for geocoded lists, and you must individually pay for every list that you process with those flags.</p>\n<p><strong>Also note that in order to access bulk geocoding you must contact</strong> <a href=\"https://mailto:support@postgrid.com\"><b>support@postgrid.com</b></a> <strong>to enable the feature.</strong></p>\n","_postman_id":"42e515b9-d94a-4691-a533-3c4ddc00bc6f"},{"name":"Get Lookup Info","id":"3941f8c1-072e-47f4-8906-56295502cf6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"}],"url":"{{pg-base}}addver","description":"<p>Returns how many lookups you have used so far. Also tells you the free lookup limit.</p>\n<p><strong>If you have not subscribed, all lookups past your limit will fail.</strong></p>\n","urlObject":{"host":["{{pg-base}}addver"],"query":[],"variable":[]}},"response":[{"id":"ff64c52f-7a48-4993-a361-d209e6d35c44","name":"Get Lookup Info","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"}],"url":"{{pg-base}}addver"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Oct 2020 17:52:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"103"},{"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/\"67-+v07moZre2Q5K3GtcB6aKwpiPoA\""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Successfully retrieved addver info.\",\n    \"data\": {\n        \"used\": 38,\n        \"freeLimit\": 500\n    }\n}"}],"_postman_id":"3941f8c1-072e-47f4-8906-56295502cf6e"},{"name":"Get Autocomplete Previews","id":"a7c9e3d6-6fb1-4e5f-85da-ab233a264297","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"}],"url":"{{pg-base}}addver/completions?partialStreet=20 Bouchard Ln&provInsteadOfPC=false","description":"<p>Get previews of autocompleted addresses. Pass the same parameters you would into the equivalent <code>POST</code> endpoint and this will produce responses as follows:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"status\": \"success\",\n    \"message\": \"Retrieved verified address completions successfully.\",\n    \"data\": [\n        {\n            \"preview\": {\n                \"address\": \"77 BLOOR ST\",\n                \"city\": \"CAPREOL\",\n                \"pc\": \"P0M\"\n            }\n        },\n        {\n            \"preview\": {\n                \"address\": \"77 BLOOR ST E\",\n                \"city\": \"OSHAWA\",\n                \"pc\": \"L1H\"\n            }\n        },\n        // ...any further results\n    ]\n}\n</code></pre><p>Note how the addresses only contain <strong>the first line, city, and the first 3 digits of the postal code/ZIP code</strong>. This is because this endpoint <strong>does not use any lookups</strong>. You can use this to present suggestions to users and then call the <code>POST /completions?index=N</code> endpoint once the user selects the Nth result.</p>\n<p>You can also supply a <code>provInsteadOfPC=true</code> query parameter which will cause the API to return <code>prov</code> instead of <code>pc</code>, meaning you can show province or state information rather than showing postal codes.</p>\n","urlObject":{"path":["completions"],"host":["{{pg-base}}addver"],"query":[{"description":{"content":"<p>The partially written street address</p>\n","type":"text/plain"},"key":"partialStreet","value":"20 Bouchard Ln"},{"disabled":true,"description":{"content":"<p>Only return addresses from this city.</p>\n","type":"text/plain"},"key":"cityFilter","value":null},{"disabled":true,"description":{"content":"<p>Only return addresses within this province/state.</p>\n","type":"text/plain"},"key":"stateFilter","value":""},{"disabled":true,"description":{"content":"<p>Only return addreses within this postal/zip code.</p>\n","type":"text/plain"},"key":"pcFilter","value":null},{"disabled":true,"description":{"content":"<p>The country you want to filter the results by</p>\n","type":"text/plain"},"key":"countryFilter","value":"CA"},{"description":{"content":"<p>If this is <code>true</code>, we will return the <code>prov</code> field instead of the <code>pc</code> field</p>\n","type":"text/plain"},"key":"provInsteadOfPC","value":"false"}],"variable":[]}},"response":[{"id":"e3abe73e-d735-42d5-a5a2-9a9e055dfd39","name":"Get Autocomplete Previews","originalRequest":{"method":"GET","header":[{"key":"x-api-key","type":"text","value":"YOUR_API_KEY"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{pg-base}}addver/completions?partialStreet=77+bloor+st&countryFilter=CA","host":["{{pg-base}}addver"],"path":["completions"],"query":[{"key":"partialStreet","value":"77+bloor+st","description":"The partially written street address"},{"key":"countryFilter","value":"CA","description":"The country you want to filter the results by."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Dec 2020 02:34:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"499"},{"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":"X-RateLimit-Limit","value":"50"},{"key":"X-RateLimit-Remaining","value":"49"},{"key":"X-RateLimit-Reset","value":"1608604539"},{"key":"ETag","value":"W/\"1f3-zGMJ4wrgJfhRKrl6bjMsMQh36Zw\""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Retrieved verified address completions successfully.\",\n    \"data\": [\n        {\n            \"preview\": {\n                \"address\": \"77 BLOOR ST\",\n                \"city\": \"CAPREOL\",\n                \"pc\": \"P0M\"\n            }\n        },\n        {\n            \"preview\": {\n                \"address\": \"77 BLOOR ST E\",\n                \"city\": \"OSHAWA\",\n                \"pc\": \"L1H\"\n            }\n        },\n        {\n            \"preview\": {\n                \"address\": \"77 BLOOR ST E\",\n                \"city\": \"TORONTO\",\n                \"pc\": \"M4W\"\n            }\n        },\n        {\n            \"preview\": {\n                \"address\": \"77 BLOOR ST\",\n                \"city\": \"MISSISSAUGA\",\n                \"pc\": \"L4Y\"\n            }\n        },\n        {\n            \"preview\": {\n                \"address\": \"77 BLOOR ST\",\n                \"city\": \"SUDBURY\",\n                \"pc\": \"P3C\"\n            }\n        },\n        {\n            \"preview\": {\n                \"address\": \"77 BLOOR ST W\",\n                \"city\": \"TORONTO\",\n                \"pc\": \"M5S\"\n            }\n        }\n    ]\n}"}],"_postman_id":"a7c9e3d6-6fb1-4e5f-85da-ab233a264297"},{"name":"Autocomplete an Address","id":"ef1764c6-d9e3-4caa-85d0-7694ec334bdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"partialStreet","value":"20 Bay","description":"<p>The partially written address.</p>\n","type":"text"},{"key":"cityFilter","value":"Toronto","description":"<p>Only return addresses from this city.</p>\n","type":"text","disabled":true},{"key":"stateFilter","value":"ON","description":"<p>Only return addresses within this province/state.</p>\n","type":"text"},{"key":"pcFilter","value":"L8P 0C8","description":"<p>Only return addreses within this postal/zip code.</p>\n","type":"text"},{"key":"countryFilter","value":"","description":"<p>Only return addresses within this country.</p>\n","type":"text","disabled":true}]},"url":"{{pg-base}}addver/completions","description":"<p>Provide completions for a partially specified address. You can also provide filters to limit completions to a particular region.</p>\n<p><strong>Uses 1 lookup.</strong></p>\n","urlObject":{"path":["completions"],"host":["{{pg-base}}addver"],"query":[{"disabled":true,"description":{"content":"<p>An optional parameter you can supply if you want to retrieve the completion result at a particular index.</p>\n","type":"text/plain"},"key":"index","value":"0"}],"variable":[]}},"response":[{"id":"e32ef9e9-6315-4d39-b57b-f2e3711d84d7","name":"Autocomplete an Address","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"partialStreet","value":"20 bay s","description":"The partially written address.","type":"text"},{"key":"cityFilter","value":"Toronto","description":"Filter completions by this city.","type":"text"},{"key":"stateFilter","value":"","description":"Filter completions by this provinces/states.","type":"text","disabled":true},{"key":"pcFilter","value":"","description":"Filter completions by this postal code.","type":"text","disabled":true},{"key":"countryFilter","value":"","description":"Filter completions to this country.","type":"text","disabled":true}]},"url":"{{pg-base}}addver/completions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Oct 2020 17:38:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"994"},{"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/\"3e2-kvjbvZkECVcOSV/FXEMIW+yzZAI\""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Retrieved verified address completions successfully.\",\n    \"data\": [\n        {\n            \"address\": {\n                \"address\": \"20 BAY ST\",\n                \"city\": \"TORONTO\",\n                \"prov\": \"ON\",\n                \"pc\": \"M5H 4A6\",\n                \"country\": \"CA\"\n            },\n            \"errors\": {\n                \"line1\": [\n                    \"Missing Value: Suite identifier\"\n                ]\n            }\n        },\n        {\n            \"address\": {\n                \"address\": \"20 BAY ST\",\n                \"city\": \"TORONTO\",\n                \"prov\": \"ON\",\n                \"pc\": \"M5J 2N8\",\n                \"country\": \"CA\"\n            },\n            \"errors\": {\n                \"line1\": [\n                    \"Missing Value: Suite identifier\"\n                ]\n            }\n        },\n        {\n            \"address\": {\n                \"address\": \"20 BAY ST\",\n                \"city\": \"TORONTO\",\n                \"prov\": \"ON\",\n                \"pc\": \"M5J 2N9\",\n                \"country\": \"CA\"\n            },\n            \"errors\": {\n                \"line1\": [\n                    \"Missing Value: Suite identifier\"\n                ]\n            }\n        },\n        {\n            \"address\": {\n                \"address\": \"20 BAY ST\",\n                \"city\": \"TORONTO\",\n                \"prov\": \"ON\",\n                \"pc\": \"M5J 2W3\",\n                \"country\": \"CA\"\n            },\n            \"errors\": {\n                \"line1\": [\n                    \"Missing Value: Suite identifier\"\n                ]\n            }\n        },\n        {\n            \"address\": {\n                \"address\": \"20 BAY ST\",\n                \"city\": \"TORONTO\",\n                \"prov\": \"ON\",\n                \"pc\": \"M5J 2W4\",\n                \"country\": \"CA\"\n            },\n            \"errors\": {\n                \"line1\": [\n                    \"Missing Value: Suite identifier\"\n                ]\n            }\n        },\n        {\n            \"address\": {\n                \"address\": \"20 BAY ST\",\n                \"city\": \"TORONTO\",\n                \"prov\": \"ON\",\n                \"pc\": \"M5R 2A5\",\n                \"country\": \"CA\"\n            },\n            \"errors\": {\n                \"line1\": [\n                    \"Missing Value: Suite identifier\"\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"ef1764c6-d9e3-4caa-85d0-7694ec334bdb"},{"name":"Verify a Structured Address","id":"04c8f278-04a6-4bcf-9886-58c5fc221160","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"address[recipient]","value":"Milk Bar","description":"<p>The optional firm/recipient name.</p>\n","type":"text"},{"key":"address[line1]","value":"251 East 13th Street","description":"<p>The first line of your address.</p>\n","type":"text"},{"key":"address[line2]","value":"","description":"<p>The second line of your address.</p>\n","type":"text"},{"key":"address[city]","value":"New York","description":"<p>The city of your address.</p>\n","type":"text"},{"key":"address[provinceOrState]","value":"NY","description":"<p>The province or state of your address.</p>\n","type":"text"},{"key":"address[postalOrZip]","value":"","description":"<p>The postal code of your address</p>\n","type":"text"},{"key":"address[urbanization]","value":"","description":"<p>The urbanization of your address.</p>\n","type":"text"},{"key":"address[country]","value":"us","description":"<p>The country of your address, one of <code>ca</code> or <code>us</code>.</p>\n","type":"text"}]},"url":"{{pg-base}}addver/verifications?includeDetails=true","description":"<p>Verify and standardize a single address which is already structured into Line 1, Line 2, City, etc. All parameters except <code>line1</code> are optional. </p>\n<p>If you supply <code>includeDetails=true</code> as a query parameter, we will also populate an additional <code>details</code> field that follows the <a href=\"#address-details\">Address Details</a> schema.</p>\n<p>Note that we make use of the <code>recipient</code> parameter, if provided, to further refine the address. For instance, in the example request, we see that <code>Milk Bar</code> is provided as the recipient and we automatically populate the unit information based on that.</p>\n<p><strong>Uses 1 lookup.</strong></p>\n","urlObject":{"path":["verifications"],"host":["{{pg-base}}addver"],"query":[{"key":"includeDetails","value":"true"},{"disabled":true,"key":"properCase","value":"true"},{"disabled":true,"key":"geocode","value":"true"}],"variable":[]}},"response":[{"id":"da5699ac-f138-4473-8988-40080bb04b06","name":"Verify a Structured Address","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"address[line1]","value":"251 E 13th St","description":"The first line of your address.","type":"text"},{"key":"address[line2]","value":"","description":"The second line of your address.","type":"text"},{"key":"address[city]","value":"new york city","description":"The city of your address.","type":"text"},{"key":"address[provinceOrState]","value":"ny","description":"The province or state of your address.","type":"text"},{"key":"address[postalOrZip]","value":"","description":"The postal code of your address","type":"text"},{"key":"address[country]","value":"us","description":"The country of your address, one of `ca` or `us`.","type":"text"},{"key":"address[recipient]","value":"Milk Bar","type":"text"}]},"url":{"raw":"{{pg-base}}addver/verifications?includeDetails=true&geocode=true","host":["{{pg-base}}addver"],"path":["verifications"],"query":[{"key":"includeDetails","value":"true","description":"If this is 'true', we provide additional details about the verified address. See [details](#address-details)."},{"key":"properCase","value":"true","disabled":true},{"key":"geocode","value":"true","description":"If this is 'true', we include geolocation information (latitude, longitude) and metadata."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Nov 2021 21:21:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"551"},{"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":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"X-RateLimit-Reset","value":"1636579338"},{"key":"ETag","value":"W/\"227-dkjJCPsYEk+xzBToN9LGw6vP+JI\""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Address verification processed.\",\n    \"data\": {\n        \"city\": \"NEW YORK\",\n        \"country\": \"us\",\n        \"countryName\": \"UNITED STATES\",\n        \"details\": {\n            \"streetName\": \"13TH\",\n            \"streetType\": \"ST\",\n            \"streetDirection\": \"E\",\n            \"preDirection\": \"E\",\n            \"streetNumber\": \"251\",\n            \"suiteID\": \"A\",\n            \"suiteKey\": \"FRNT\",\n            \"county\": \"NEW YORK\"\n        },\n        \"errors\": {},\n        \"firmName\": \"MILK BAR\",\n        \"geocodeResult\": {\n            \"location\": {\n                \"lat\": 40.731862,\n                \"lng\": -73.985679\n            },\n            \"accuracy\": 1,\n            \"accuracyType\": \"rooftop\"\n        },\n        \"line1\": \"251 E 13TH ST FRNT A\",\n        \"postalOrZip\": \"10003\",\n        \"provinceOrState\": \"NY\",\n        \"status\": \"corrected\",\n        \"zipPlus4\": \"5646\"\n    }\n}"},{"id":"090e3b57-35a9-49e1-b9b6-7057c59dc4a8","name":"Failed Verification Example","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"address[line1]","value":"22-20 bay st","description":"The first line of your address.","type":"text"},{"key":"address[line2]","value":"floor 11","description":"The second line of your address.","type":"text","disabled":true},{"key":"address[city]","value":"toronto","description":"The city of your address.","type":"text","disabled":true},{"key":"address[provinceOrState]","value":"ontario","description":"The province or state of your address.","type":"text","disabled":true},{"key":"address[country]","value":"canada","description":"The country of your address.","type":"text","disabled":true}]},"url":"{{pg-base}}addver/verifications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Oct 2020 18:09:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"169"},{"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/\"a9-xJSwnNFrx810jeZcl2gbtoWyIMI\""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Address verified successfully.\",\n    \"data\": {\n        \"line1\": \"22-20 BAY ST\",\n        \"status\": \"failed\",\n        \"errors\": {\n            \"postalOrZip\": [\n                \"Missing Value: Postal Code\"\n            ]\n        }\n    }\n}"}],"_postman_id":"04c8f278-04a6-4bcf-9886-58c5fc221160"},{"name":"Verify a Freeform Address","id":"1061f2ea-00ee-4977-99da-a54872de28c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"YOUR_API_KEY"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"address","value":"UNIT 56 1575, SPRINGHILL DRIVE,  KAMLOOPS, BC, V2E2N9, CANADA\n","description":"<p>The address you want to verify, written on a single line.</p>\n","type":"text"}]},"url":"{{pg-base}}addver/verifications?includeDetails=true","description":"<p>Verify, standardize, and correct an address written on a single line. Ensure that you add the ISO 2-letter country code to the end of the line for best results.</p>\n<p><strong>Uses 1 lookup</strong>.</p>\n","urlObject":{"path":["verifications"],"host":["{{pg-base}}addver"],"query":[{"key":"includeDetails","value":"true"}],"variable":[]}},"response":[{"id":"a9db9ce8-3703-473b-820d-1fa48c50b84c","name":"Verify a Freeform Address","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"address","value":"111 Deerwood Rd - Suite 200  San Ramon CA 94583, US","description":"The address you want to verify, written on a single line.","type":"text"}]},"url":{"raw":"{{pg-base}}addver/verifications?includeDetails=true","host":["{{pg-base}}addver"],"path":["verifications"],"query":[{"key":"includeDetails","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 16 Feb 2024 22:19:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"origin-agent-cluster","value":"?1"},{"key":"referrer-policy","value":"no-referrer"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-download-options","value":"noopen"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin"},{"key":"access-control-allow-credentials","value":"true"},{"key":"x-ratelimit-limit","value":"5"},{"key":"x-ratelimit-remaining","value":"4"},{"key":"x-ratelimit-reset","value":"1708121993"},{"key":"etag","value":"W/\"2fa-VYZnY87q+T7p0JZXcZK+bjcGXxQ\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=P14ydGTV6M%2FhuNWyqXWe3KWdaGpoMV1nOg7fn%2BlDMtwLIEy0Ol%2FzDGhTp6Y2gALMbUZ33vhp9s2cklaXBDEQX63q2LGH%2FFJqX0L7jgb5zF4LYZAvLDs5Hvvve6afcO6KhImn\"}],\"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":"85692cb14fbf07cc-IAD"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Address verification processed.\",\n    \"data\": {\n        \"city\": \"SAN RAMON\",\n        \"country\": \"us\",\n        \"countryName\": \"UNITED STATES\",\n        \"details\": {\n            \"streetName\": \"DEERWOOD\",\n            \"streetType\": \"RD\",\n            \"streetNumber\": \"111\",\n            \"suiteID\": \"200\",\n            \"suiteKey\": \"STE\",\n            \"county\": \"CONTRA COSTA\",\n            \"countyNum\": \"13\",\n            \"usMailingsCarrierRoute\": \"C027\",\n            \"usMailingsDpvConfirmationIndicator\": \"Y\",\n            \"usMailingsDpvCrmaIndicator\": \"N\",\n            \"usMailingsElotAscDesc\": \"A\",\n            \"usMailingsElotSequenceNumber\": \"0028\",\n            \"usMailingsRecordTypeCode\": \"H\",\n            \"usMailingsSuiteLinkReturnCode\": \"00\",\n            \"usPostnetBarcode\": \"/945834445509/\",\n            \"residential\": false,\n            \"vacant\": false\n        },\n        \"errors\": {},\n        \"line1\": \"111 DEERWOOD RD STE 200\",\n        \"postalOrZip\": \"94583\",\n        \"provinceOrState\": \"CA\",\n        \"provinceOrStateName\": \"CALIFORNIA\",\n        \"status\": \"corrected\",\n        \"zipPlus4\": \"4445\"\n    }\n}"}],"_postman_id":"1061f2ea-00ee-4977-99da-a54872de28c2"},{"name":"Batch Verify Addresses","id":"94520412-5072-4f5a-a2e2-49981b66a347","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"addresses\": [\n        {\n            \"line1\": \"90 Canal St\",\n            \"provinceOrState\": \"MA\",\n            \"city\": \"Boston\",\n            \"postalOrZip\": \"09420\",\n            \"country\": \"US\"\n        },\n        {\n            \"line1\": \"20-20 Bay St\",\n            \"city\": \"Toronto\",\n            \"provinceOrState\": \"ON\",\n            \"postalOrZip\": \"M9V 4V1\",\n            \"country\": \"CA\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{pg-base}}addver/verifications/batch?includeDetails=true","description":"<p>Verify up to 2000 addresses (both freeform 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":{"path":["verifications","batch"],"host":["{{pg-base}}addver"],"query":[{"key":"includeDetails","value":"true"}],"variable":[]}},"response":[{"id":"5836784b-f1ad-4992-b2c6-bc5f40cb5e28","name":"Batch Verify Addresses","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"addresses\": [\n        {\n            \"line1\": \"145 mulberry st ph d\",\n            \"city\": \"new york\",\n            \"provinceOrState\": \"new york\",\n            \"postalOrZip\": \"10013\",\n            \"country\": \"US\"\n        },\n        {\n            \"line1\": \"90 canal st\",\n            \"city\": \"boston\",\n            \"provinceOrState\": \"ma\",\n            \"country\": \"US\"\n        },\n        \"20 bay st #22 floor 11 toronto on m9v4v1\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{pg-base}}addver/verifications/batch?includeDetails=true","host":["{{pg-base}}addver"],"path":["verifications","batch"],"query":[{"key":"includeDetails","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":"Tue, 23 Aug 2022 01:59:45 GMT"},{"key":"X-RateLimit-Reset","value":"1661219987"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2862"},{"key":"ETag","value":"W/\"b2e-RQuXsu/4WRjDH6KK6DhEEkS4Kg8\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Verified address batch successfully.\",\n    \"data\": {\n        \"results\": [\n            {\n                \"verifiedAddress\": {\n                    \"line1\": \"145 MULBERRY ST PH D\",\n                    \"city\": \"NEW YORK\",\n                    \"postalOrZip\": \"10013\",\n                    \"provinceOrState\": \"NY\",\n                    \"country\": \"us\",\n                    \"countryName\": \"UNITED STATES\",\n                    \"zipPlus4\": \"5230\",\n                    \"status\": \"corrected\",\n                    \"errors\": {},\n                    \"details\": {\n                        \"streetName\": \"MULBERRY\",\n                        \"streetType\": \"ST\",\n                        \"streetNumber\": \"145\",\n                        \"suiteID\": \"D\",\n                        \"suiteKey\": \"PH\",\n                        \"county\": \"NEW YORK\",\n                        \"countyNum\": \"61\",\n                        \"usCensusCMSA\": \"408\",\n                        \"usCensusBlockNumber\": \"5003\",\n                        \"usCensusTractNumber\": \"0041.00\",\n                        \"usCensusFIPS\": \"36061\",\n                        \"usCensusMA\": \"070\",\n                        \"usCensusMSA\": \"35620\",\n                        \"usCensusPMSA\": \"35614\",\n                        \"usAreaCode\": \"212\",\n                        \"usHasDaylightSavings\": true,\n                        \"usTimeZone\": \"EST \",\n                        \"usCongressionalDistrictNumber\": \"07\",\n                        \"usStateLegislativeLower\": \"065\",\n                        \"usStateLegislativeUpper\": \"026\",\n                        \"usMailingsCSKey\": \"V14966\",\n                        \"usMailingsCarrierRoute\": \"C002\",\n                        \"usMailingsCheckDigit\": \"2\",\n                        \"usMailingsDefaultFlag\": false,\n                        \"usMailingsDeliveryPoint\": \"76\",\n                        \"usMailingsDpvConfirmationIndicator\": \"Y\",\n                        \"usMailingsDpvCrmaIndicator\": \"N\",\n                        \"usMailingsDpvFootnote1\": \"AA\",\n                        \"usMailingsDpvFootnote2\": \"BB\",\n                        \"usMailingsElotAscDesc\": \"A\",\n                        \"usMailingsElotSequenceNumber\": \"0852\",\n                        \"usMailingsEWSFlag\": false,\n                        \"usMailingsRecordTypeCode\": \"H\",\n                        \"usPostnetBarcode\": \"f100135230762f\",\n                        \"usIntelligentMailBarcodeKey\": \"WF6xt/oofSrWZi6rwhIj4A==\",\n                        \"residential\": true,\n                        \"vacant\": false\n                    }\n                }\n            },\n            {\n                \"verifiedAddress\": {\n                    \"line1\": \"90 CANAL ST\",\n                    \"city\": \"BOSTON\",\n                    \"postalOrZip\": \"02114\",\n                    \"provinceOrState\": \"MA\",\n                    \"country\": \"us\",\n                    \"countryName\": \"UNITED STATES\",\n                    \"zipPlus4\": \"2018\",\n                    \"status\": \"failed\",\n                    \"errors\": {\n                        \"line1\": [\n                            \"Missing Value: Suite identifier\"\n                        ]\n                    },\n                    \"details\": {\n                        \"streetName\": \"CANAL\",\n                        \"streetType\": \"ST\",\n                        \"streetNumber\": \"90\",\n                        \"county\": \"SUFFOLK\",\n                        \"countyNum\": \"25\",\n                        \"usCensusCMSA\": \"148\",\n                        \"usCensusBlockNumber\": \"2047\",\n                        \"usCensusTractNumber\": \"0203.03\",\n                        \"usCensusFIPS\": \"25025\",\n                        \"usCensusMA\": \"007\",\n                        \"usCensusMSA\": \"14460\",\n                        \"usCensusPMSA\": \"14454\",\n                        \"usAreaCode\": \"617\",\n                        \"usHasDaylightSavings\": true,\n                        \"usTimeZone\": \"EST \",\n                        \"usCongressionalDistrictNumber\": \"08\",\n                        \"usStateLegislativeLower\": \"186\",\n                        \"usStateLegislativeUpper\": \"027\",\n                        \"usMailingsCSKey\": \"V21508\",\n                        \"usMailingsCarrierRoute\": \"C016\",\n                        \"usMailingsCheckDigit\": \"3\",\n                        \"usMailingsDefaultFlag\": true,\n                        \"usMailingsDeliveryPoint\": \"99\",\n                        \"usMailingsDpvConfirmationIndicator\": \"D\",\n                        \"usMailingsDpvCrmaIndicator\": \"N\",\n                        \"usMailingsDpvFootnote1\": \"AA\",\n                        \"usMailingsDpvFootnote2\": \"N1\",\n                        \"usMailingsElotAscDesc\": \"A\",\n                        \"usMailingsElotSequenceNumber\": \"0209\",\n                        \"usMailingsEWSFlag\": false,\n                        \"usMailingsRecordTypeCode\": \"H\",\n                        \"usPostnetBarcode\": \"f021142018993f\",\n                        \"usIntelligentMailBarcodeKey\": \"fX/JgF+0Ge/2OpJj0dmVLw==\",\n                        \"residential\": false,\n                        \"vacant\": false\n                    }\n                }\n            },\n            {\n                \"verifiedAddress\": {\n                    \"line1\": \"22-20 BAY ST FLOOR 11\",\n                    \"city\": \"TORONTO\",\n                    \"postalOrZip\": \"M5J 2N8\",\n                    \"provinceOrState\": \"ON\",\n                    \"country\": \"ca\",\n                    \"countryName\": \"CANADA\",\n                    \"status\": \"corrected\",\n                    \"errors\": {\n                        \"postalOrZip\": [\n                            \"Incorrect Value: Postal Code\"\n                        ]\n                    },\n                    \"details\": {\n                        \"streetName\": \"BAY\",\n                        \"streetType\": \"ST\",\n                        \"streetNumber\": \"20\",\n                        \"suiteID\": \"22\",\n                        \"suiteKey\": \"-\"\n                    }\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"94520412-5072-4f5a-a2e2-49981b66a347"},{"name":"Suggest Addresses","id":"90361258-5526-4dd9-b6e6-faa83758b3c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"address[line1]","value":"145 Mulberry St","description":"<p>The first line of your address.</p>\n","type":"text"},{"key":"address[line2]","value":"","description":"<p>The second line of your address.</p>\n","type":"text"},{"key":"address[city]","value":"New York","description":"<p>The city of your address.</p>\n","type":"text"},{"key":"address[postalOrZip]","value":"","description":"<p>The postal code or ZIP Code of your address.</p>\n","type":"text","disabled":true},{"key":"address[provinceOrState]","value":"NY","description":"<p>The province or state of your address.</p>\n","type":"text"},{"key":"address[country]","value":"US","description":"<p>The country of your address (US or Canada).</p>\n","type":"text"}]},"url":"{{pg-base}}addver/suggestions?includeDetails=true","description":"<p>This endpoint will find addresses similar to the given address. If your address can be verified or corrected, the first element will contain the resulting verified address.</p>\n<p>It will also return unit number ranges in <code>line1</code> of the suggested addresses like <code>1 ... 500 - 20 BAY ST</code>.</p>\n<p>The response returns an array of <a href=\"#verification\">Verified Addresses</a> without the <code>status</code> field.</p>\n<p><strong>Uses 1 lookup.</strong></p>\n","urlObject":{"path":["suggestions"],"host":["{{pg-base}}addver"],"query":[{"key":"includeDetails","value":"true"}],"variable":[]}},"response":[{"id":"aacb7d82-5708-4d2a-a820-76e3571eb816","name":"Suggest Addresses","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"live_sk_jtsEa3gJbgfEynwvtDXnk6","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"address[line1]","value":"2220 lakeshore blvd","description":"The first line of your address.","type":"text"},{"key":"address[city]","value":"toronto","description":"The city of your address.","type":"text"},{"key":"address[country]","value":"ca","description":"The country of your address (US or Canada).","type":"text"},{"key":"address[provinceOrState]","value":"on","description":"The province or state of your address.","type":"text"},{"key":"address[line2]","value":"","description":"The second line of your address.","type":"text"},{"key":"address[postalOrZip]","value":"","description":"The postal code or ZIP Code of your address.","type":"text","disabled":true}]},"url":{"raw":"{{pg-base}}addver/suggestions?includeDetails=true","host":["{{pg-base}}addver"],"path":["suggestions"],"query":[{"key":"includeDetails","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":"5"},{"key":"X-RateLimit-Remaining","value":"2"},{"key":"Date","value":"Thu, 14 Jan 2021 01:38:57 GMT"},{"key":"X-RateLimit-Reset","value":"1610588369"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"695"},{"key":"ETag","value":"W/\"2b7-rG6yuFkGGVnGGtwAHlkz7hoZHnQ\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Address suggestions retrieved successfully.\",\n    \"data\": [\n        {\n            \"city\": \"TORONTO\",\n            \"country\": \"ca\",\n            \"details\": {\n                \"streetName\": \"LAKE SHORE\",\n                \"streetType\": \"BLVD\",\n                \"streetDirection\": \"W\",\n                \"streetNumber\": \"2220\"\n            },\n            \"errors\": {\n                \"line1\": [\n                    \"Typo in Value: Street name\",\n                    \"Missing Value: Street direction\"\n                ],\n                \"city\": [\n                    \"Alternate: Municipality\"\n                ],\n                \"postalOrZip\": [\n                    \"Missing Value: Postal Code\"\n                ]\n            },\n            \"line1\": \"2220 LAKE SHORE BLVD W\",\n            \"postalOrZip\": \"M8V 0E3\",\n            \"provinceOrState\": \"ON\"\n        },\n        {\n            \"city\": \"ETOBICOKE\",\n            \"country\": \"ca\",\n            \"details\": {\n                \"streetName\": \"LAKE SHORE\",\n                \"streetType\": \"BLVD\",\n                \"streetDirection\": \"W\",\n                \"streetNumber\": \"2220\"\n            },\n            \"errors\": {},\n            \"line1\": \"2220 LAKE SHORE BLVD W\",\n            \"postalOrZip\": \"M8V 0E3\",\n            \"provinceOrState\": \"ON\"\n        }\n    ]\n}"}],"_postman_id":"90361258-5526-4dd9-b6e6-faa83758b3c1"},{"name":"Suggest Addresses Freeform","id":"2ec12543-9e94-4cf8-8743-b0d40b9dd4ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","type":"text","value":"YOUR_API_KEY"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"address","value":"2220 lakeshore blvd toronto on","type":"text"}]},"url":"{{pg-base}}addver/suggestions?includeDetails=true","description":"<p>Same as the normal address suggestion request except this request sends a freeform address instead of a structured one.</p>\n<p><strong>Uses 1 lookup.</strong></p>\n","urlObject":{"path":["suggestions"],"host":["{{pg-base}}addver"],"query":[{"key":"includeDetails","value":"true"}],"variable":[]}},"response":[],"_postman_id":"2ec12543-9e94-4cf8-8743-b0d40b9dd4ac"},{"name":"Parse an Address","id":"cd929454-227c-4a31-9a0b-7896099e52d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"x-api-key","type":"text","value":"YOUR_API_KEY"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The address you want to parse on a single line.</p>\n","key":"address","type":"text","value":"20 bay st toronto, on m9v4v1, canada"}]},"url":"{{pg-base}}addver/parses","description":"<p>Break an address apart into its components.</p>\n<p>Here are the components we can produce. All are optional and strings.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>house</td>\n<td>The name of the location.</td>\n</tr>\n<tr>\n<td>category</td>\n<td>The category of the location (e.g. <code>restaurant</code>).</td>\n</tr>\n<tr>\n<td>near</td>\n<td>If the input query has <code>near</code> or <code>in</code> some location.</td>\n</tr>\n<tr>\n<td>houseNumber</td>\n<td>The house or street number.</td>\n</tr>\n<tr>\n<td>road</td>\n<td>The street name.</td>\n</tr>\n<tr>\n<td>unit</td>\n<td>The apartment, unit, office, lot, or other secondary unit designator.</td>\n</tr>\n<tr>\n<td>level</td>\n<td>The floor.</td>\n</tr>\n<tr>\n<td>poBox</td>\n<td>The postal office box.</td>\n</tr>\n<tr>\n<td>postcode</td>\n<td>The Postal/ZIP Code.</td>\n</tr>\n<tr>\n<td>suburb</td>\n<td>The unofficial neighborhood name.</td>\n</tr>\n<tr>\n<td>cityDistrict</td>\n<td>The borough within a city.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>The name of the city.</td>\n</tr>\n<tr>\n<td>island</td>\n<td>The name of the island.</td>\n</tr>\n<tr>\n<td>stateDistrict</td>\n<td>The county.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>The state.</td>\n</tr>\n<tr>\n<td>country</td>\n<td>The country.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["parses"],"host":["{{pg-base}}addver"],"query":[],"variable":[]}},"response":[{"id":"a9b3ea30-8f5a-492f-9069-b42718ce1031","name":"Parse an Address","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"x-api-key","value":"live_sk_tbZJCQ7rHEUqcb1xZj4gdo","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"address","value":"20 bay st toronto, on, canada","type":"text"}]},"url":"{{pg-base}}addver/parses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Jun 2021 19:20:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"134"},{"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":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"X-RateLimit-Reset","value":"1623266508"},{"key":"ETag","value":"W/\"86-EOB6ExX5apqdjiVeIyBGzPKYXiU\""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Success.\",\n    \"data\": {\n        \"city\": \"toronto\",\n        \"country\": \"canada\",\n        \"houseNumber\": \"20\",\n        \"road\": \"bay st\",\n        \"state\": \"on\"\n    }\n}"}],"_postman_id":"cd929454-227c-4a31-9a0b-7896099e52d1"},{"name":"Lookup City/State from Postal or ZIP Code","id":"10bac08c-301f-4441-af95-0042c25b4298","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"postalOrZip","value":"m9v4v1","type":"text"}]},"url":"{{pg-base}}addver/city_states","description":"<p>Finds valid city and state/province combinations for a given postal/zip code. Uses one verification.</p>\n<p>Here is an explanation of the fields returned for US ZIP Codes:</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>city</td>\n<td>string</td>\n<td>A known city name corresponding to this ZIP Code.</td>\n</tr>\n<tr>\n<td>county</td>\n<td>string</td>\n<td>A known county name corresponding to this ZIP Code.</td>\n</tr>\n<tr>\n<td>countyFIPS</td>\n<td>string</td>\n<td>The FIPS code of the county for this ZIP Code.</td>\n</tr>\n<tr>\n<td>provinceOrState</td>\n<td>string</td>\n<td>The 2-letter state code for the state corresponding to this ZIP Code.</td>\n</tr>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>ISO 2-letter country code for this ZIP Code (Always <code>US</code> for US ZIP Codes).</td>\n</tr>\n<tr>\n<td>mailable</td>\n<td>boolean</td>\n<td>Whether the USPS considers this combination of City/State as valid and mailable.</td>\n</tr>\n<tr>\n<td>preferredCity</td>\n<td>string</td>\n<td>The city name the USPS prefers when used for mail sent to this ZIP code.</td>\n</tr>\n<tr>\n<td>zipClass</td>\n<td>string</td>\n<td><code>M</code> if this is a military APO/FPO/DPO.  <br /><code>P</code> if this ZIP code is used exclusively for PO boxes.  <br /><code>U</code> if this is a unique ZIP code.  <br /><code>S</code> for all other (standard) ZIP codes.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Here are the fields returned for Canadian postal codes:</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>city</td>\n<td>string</td>\n<td>A known city name corresponding to this postal code.</td>\n</tr>\n<tr>\n<td>provinceOrState</td>\n<td>string</td>\n<td>The 2-letter province code for the province corresponding to this postal code.</td>\n</tr>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>ISO 2-letter country code for this postal code (Always <code>CA</code> for Canadian postal codes).</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["city_states"],"host":["{{pg-base}}addver"],"query":[],"variable":[]}},"response":[{"id":"890a54f7-7da9-4ad3-80f3-a45f173cfbdf","name":"Lookup City/State from ZIP Code","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"postalOrZip","value":"10013","type":"text"}]},"url":"{{pg-base}}addver/city_states"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 13 Feb 2023 23:20:36 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":"vary","value":"Origin"},{"key":"access-control-allow-credentials","value":"true"},{"key":"x-ratelimit-limit","value":"1"},{"key":"x-ratelimit-remaining","value":"0"},{"key":"x-ratelimit-reset","value":"1676330438"},{"key":"etag","value":"W/\"50e-EztirgcQo3sB+auO08nD/+rfuM0\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=Ug6D9gEQ1qnjiERkqpYNWbH4cnuwivX%2B1mORy4ebDCszW%2FiuAUFUQiaRAVoOgixMOnppGCT%2F1d407sVfniInEl6sl9fRgxwYDTZTkeEQApuKHR5ZiLX9et0t%2FPpgGZOd%2B2RX\"}],\"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":"79914ba94aa82369-EWR"},{"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\": \"Success.\",\n    \"data\": [\n        {\n            \"city\": \"NEW YORK CITY\",\n            \"country\": \"US\",\n            \"county\": \"NEW YORK\",\n            \"countyFIPS\": \"061\",\n            \"mailable\": false,\n            \"preferredCity\": \"NEW YORK\",\n            \"provinceOrState\": \"NY\",\n            \"zipClass\": \"S\"\n        },\n        {\n            \"city\": \"NY CITY\",\n            \"country\": \"US\",\n            \"county\": \"NEW YORK\",\n            \"countyFIPS\": \"061\",\n            \"mailable\": false,\n            \"preferredCity\": \"NEW YORK\",\n            \"provinceOrState\": \"NY\",\n            \"zipClass\": \"S\"\n        },\n        {\n            \"city\": \"NEW YORK\",\n            \"country\": \"US\",\n            \"county\": \"NEW YORK\",\n            \"countyFIPS\": \"061\",\n            \"mailable\": true,\n            \"preferredCity\": \"NEW YORK\",\n            \"provinceOrState\": \"NY\",\n            \"zipClass\": \"S\"\n        },\n        {\n            \"city\": \"CANAL STREET\",\n            \"country\": \"US\",\n            \"county\": \"NEW YORK\",\n            \"countyFIPS\": \"061\",\n            \"mailable\": true,\n            \"preferredCity\": \"NEW YORK\",\n            \"provinceOrState\": \"NY\",\n            \"zipClass\": \"S\"\n        },\n        {\n            \"city\": \"CHINATOWN\",\n            \"country\": \"US\",\n            \"county\": \"NEW YORK\",\n            \"countyFIPS\": \"061\",\n            \"mailable\": true,\n            \"preferredCity\": \"NEW YORK\",\n            \"provinceOrState\": \"NY\",\n            \"zipClass\": \"S\"\n        },\n        {\n            \"city\": \"NYC\",\n            \"country\": \"US\",\n            \"county\": \"NEW YORK\",\n            \"countyFIPS\": \"061\",\n            \"mailable\": false,\n            \"preferredCity\": \"NEW YORK\",\n            \"provinceOrState\": \"NY\",\n            \"zipClass\": \"S\"\n        },\n        {\n            \"city\": \"MANHATTAN\",\n            \"country\": \"US\",\n            \"county\": \"NEW YORK\",\n            \"countyFIPS\": \"061\",\n            \"mailable\": false,\n            \"preferredCity\": \"NEW YORK\",\n            \"provinceOrState\": \"NY\",\n            \"zipClass\": \"S\"\n        },\n        {\n            \"city\": \"NY\",\n            \"country\": \"US\",\n            \"county\": \"NEW YORK\",\n            \"countyFIPS\": \"061\",\n            \"mailable\": false,\n            \"preferredCity\": \"NEW YORK\",\n            \"provinceOrState\": \"NY\",\n            \"zipClass\": \"S\"\n        }\n    ]\n}"},{"id":"481fca93-6ebd-4fc4-b8a4-6179c99edf71","name":"Lookup City/State from Canadian Postal Code","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"postalOrZip","value":"m9v4v1","description":"A postal or ZIP Code.","type":"text"}]},"url":"{{pg-base}}addver/city_states"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Jul 2021 22:55:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"136"},{"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":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"X-RateLimit-Reset","value":"1626389820"},{"key":"ETag","value":"W/\"88-U0/ikIBDTFcwwAUnaPwEoRLyAd8\""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Success.\",\n    \"data\": [\n        {\n            \"city\": \"ETOBICOKE\",\n            \"provinceOrState\": \"ON\"\n        },\n        {\n            \"city\": \"TORONTO\",\n            \"provinceOrState\": \"ON\"\n        }\n    ]\n}"}],"_postman_id":"10bac08c-301f-4441-af95-0042c25b4298"},{"name":"Lookup ZIP Codes From US City/State","id":"ab677809-e3b8-4a8e-90c0-5af5fb1d92d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"city","value":"new york","type":"text","description":"<p>The city for which you want to retrieve zip codes.\n<code>required</code></p>\n"},{"key":"state","value":"NY","description":"<p>The state for which you want to retrieve zip codes.\n<code>required</code></p>\n","type":"text"},{"key":"countryCode","value":"US","description":"<p>The country code. The only valid value is <code>US</code> at the moment.\n<code>required</code></p>\n","type":"text"}]},"url":"{{pg-base}}addver/zip_codes","description":"<p>Finds valid city and state/province combinations for a given postal/zip code. Uses one verification.</p>\n","urlObject":{"path":["zip_codes"],"host":["{{pg-base}}addver"],"query":[],"variable":[]}},"response":[{"id":"37254b02-c746-4c20-9ade-2ee07384c9dc","name":"Lookup ZIP Codes Given US City/State","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"city","value":"new york","type":"text"},{"key":"state","value":"NY","type":"text"},{"key":"countryCode","value":"US","type":"text"}]},"url":"{{pg-base}}addver/zip_codes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 23 Aug 2022 00:42:35 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":"x-ratelimit-limit","value":"100"},{"key":"x-ratelimit-remaining","value":"99"},{"key":"x-ratelimit-reset","value":"1661215357"},{"key":"etag","value":"W/\"4c7-VPos0sRnocgfXFyLiJ0jw9MEpMM\""},{"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=LTt8DL%2BJcsKfOP0v2OwlUHgFGqWsz6gvJhRdLXRg6kW%2F0pvZKO95Jf%2BLYWoJ8airYymHnYG81e1fMzOzADllKUVnJXVFhKHFKbv4Y019UQWjfmL0xr5NOwFP%2FqXzi7l3kPw6\"}],\"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":"73efcf20d8319ea6-DFW"},{"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\": \"Success.\",\n    \"data\": {\n        \"zipCodes\": [\n            \"10001\",\n            \"10002\",\n            \"10003\",\n            \"10004\",\n            \"10005\",\n            \"10006\",\n            \"10007\",\n            \"10008\",\n            \"10009\",\n            \"10010\",\n            \"10011\",\n            \"10012\",\n            \"10013\",\n            \"10014\",\n            \"10016\",\n            \"10017\",\n            \"10018\",\n            \"10019\",\n            \"10020\",\n            \"10021\",\n            \"10022\",\n            \"10023\",\n            \"10024\",\n            \"10025\",\n            \"10026\",\n            \"10027\",\n            \"10028\",\n            \"10029\",\n            \"10030\",\n            \"10031\",\n            \"10032\",\n            \"10033\",\n            \"10034\",\n            \"10035\",\n            \"10036\",\n            \"10037\",\n            \"10038\",\n            \"10039\",\n            \"10040\",\n            \"10041\",\n            \"10043\",\n            \"10044\",\n            \"10045\",\n            \"10055\",\n            \"10060\",\n            \"10065\",\n            \"10069\",\n            \"10075\",\n            \"10080\",\n            \"10081\",\n            \"10087\",\n            \"10090\",\n            \"10101\",\n            \"10102\",\n            \"10103\",\n            \"10104\",\n            \"10105\",\n            \"10106\",\n            \"10107\",\n            \"10108\",\n            \"10109\",\n            \"10110\",\n            \"10111\",\n            \"10112\",\n            \"10113\",\n            \"10114\",\n            \"10115\",\n            \"10116\",\n            \"10117\",\n            \"10118\",\n            \"10119\",\n            \"10120\",\n            \"10121\",\n            \"10122\",\n            \"10123\",\n            \"10124\",\n            \"10125\",\n            \"10126\",\n            \"10128\",\n            \"10129\",\n            \"10130\",\n            \"10131\",\n            \"10132\",\n            \"10133\",\n            \"10138\",\n            \"10150\",\n            \"10151\",\n            \"10152\",\n            \"10153\",\n            \"10154\",\n            \"10155\",\n            \"10156\",\n            \"10157\",\n            \"10158\",\n            \"10159\",\n            \"10160\",\n            \"10162\",\n            \"10163\",\n            \"10164\",\n            \"10165\",\n            \"10166\",\n            \"10167\",\n            \"10168\",\n            \"10169\",\n            \"10170\",\n            \"10171\",\n            \"10172\",\n            \"10173\",\n            \"10174\",\n            \"10175\",\n            \"10176\",\n            \"10177\",\n            \"10178\",\n            \"10179\",\n            \"10185\",\n            \"10199\",\n            \"10203\",\n            \"10211\",\n            \"10212\",\n            \"10213\",\n            \"10242\",\n            \"10249\",\n            \"10256\",\n            \"10258\",\n            \"10259\",\n            \"10260\",\n            \"10261\",\n            \"10265\",\n            \"10268\",\n            \"10269\",\n            \"10270\",\n            \"10271\",\n            \"10272\",\n            \"10273\",\n            \"10274\",\n            \"10275\",\n            \"10276\",\n            \"10277\",\n            \"10278\",\n            \"10279\",\n            \"10280\",\n            \"10281\",\n            \"10282\",\n            \"10285\",\n            \"10286\"\n        ]\n    }\n}"}],"_postman_id":"ab677809-e3b8-4a8e-90c0-5af5fb1d92d3"}],"event":[{"listen":"prerequest","script":{"id":"af7c3bc3-c428-4974-8385-c8fc9527a748","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3cdb620b-958c-44d8-8e80-928275620772","type":"text/javascript","exec":[""]}}],"variable":[{"key":"API Key","value":"YOUR_API_KEY"}]}