← Tools Reference

PostGrid Verify

PostGrid Verify integration (Location, Data). Imported from open-connector.

API key4 toolshttps://api.postgrid.com/v1/addver
POST
postgrid_verify_verify_address
Verify and standardize a US or Canadian address with PostGrid Verify using either freeform or structured address input.

/verifications

10 parameters
ParamTypeRequiredDescription
addressstringoptionalThe freeform address written on a single line.
line1stringoptionalThe first line of a structured address.
line2stringoptionalThe optional second line of a structured address.
citystringoptionalThe city name for a structured address.
provinceOrStatestringoptionalThe state or province code for a structured address.
postalOrZipstringoptionalThe ZIP or postal code for a structured address.
countrystringoptionalThe ISO 2-letter country code for a structured address.
includeDetailsbooleanoptionalWhether to include additional address details in the response.
geocodebooleanoptionalWhether to include latitude and longitude data in the response.
properCasebooleanoptionalWhether to return address fields in proper case.
POST
postgrid_verify_autocomplete_address
Autocomplete a partially specified US or Canadian address with optional location filters.

/completions

6 parameters
ParamTypeRequiredDescription
partialStreetstringrequiredThe partially written street address to autocomplete.
indexstringoptionalThe optional completion result index to retrieve.
pcFilterstringoptionalOnly return addresses within this postal or ZIP code.
cityFilterstringoptionalOnly return addresses from this city.
stateFilterstringoptionalOnly return addresses within this state or province.
countryFilterstringoptionalOnly return addresses within this country.
POST
postgrid_verify_parse_address
Parse a single-line address into component fields with PostGrid Verify.

/parses

1 parameter
ParamTypeRequiredDescription
addressstringoptionalThe address to parse on a single line.
POST
postgrid_verify_lookup_city_state_from_postal
Look up city and state or province matches for a postal or ZIP code with PostGrid Verify.

/zip_codes

1 parameter
ParamTypeRequiredDescription
postalOrZipstringoptionalThe postal or ZIP code used for the lookup.