PostGrid Verify integration (Location, Data). Imported from open-connector.
https://api.postgrid.com/v1/addver/verifications
| Param | Type | Required | Description |
|---|---|---|---|
| address | string | optional | The freeform address written on a single line. |
| line1 | string | optional | The first line of a structured address. |
| line2 | string | optional | The optional second line of a structured address. |
| city | string | optional | The city name for a structured address. |
| provinceOrState | string | optional | The state or province code for a structured address. |
| postalOrZip | string | optional | The ZIP or postal code for a structured address. |
| country | string | optional | The ISO 2-letter country code for a structured address. |
| includeDetails | boolean | optional | Whether to include additional address details in the response. |
| geocode | boolean | optional | Whether to include latitude and longitude data in the response. |
| properCase | boolean | optional | Whether to return address fields in proper case. |
/completions
| Param | Type | Required | Description |
|---|---|---|---|
| partialStreet | string | required | The partially written street address to autocomplete. |
| index | string | optional | The optional completion result index to retrieve. |
| pcFilter | string | optional | Only return addresses within this postal or ZIP code. |
| cityFilter | string | optional | Only return addresses from this city. |
| stateFilter | string | optional | Only return addresses within this state or province. |
| countryFilter | string | optional | Only return addresses within this country. |
/parses
| Param | Type | Required | Description |
|---|---|---|---|
| address | string | optional | The address to parse on a single line. |
/zip_codes
| Param | Type | Required | Description |
|---|---|---|---|
| postalOrZip | string | optional | The postal or ZIP code used for the lookup. |