postgrid_verify_address
Verify a US or Canadian address in real time. Returns verified status, corrected address with before/after diff, or a clear failure reason.
Instructions
Verify a single US/CA address using PostGrid Address Verification. Returns verified, corrected (with before/after diff), or failed status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City | |
| line1 | No | Street address line 1 (structured input) | |
| line2 | No | Address line 2 | |
| countryCode | No | Country code (default: 'US') | |
| postalOrZip | No | ZIP/postal code | |
| freeformAddress | No | Full address as a single string (alternative to structured fields) | |
| provinceOrState | No | State/province code |