USPS Address Toolkit

Overview

The plug-in enables integration with the United States Postal Service (USPS) using OAuth authentication to validate and standardize address information. It offers three core operations: the first returns a standardized version of a given address; the second retrieves the city and state for a specific ZIP Code; and the third provides the ZIP Code for a given address. This ensures accurate and consistent address data within applications that rely on location-based information.

Key Features & Functionality

  • Connected System: USPSAddressToolkitConnectedSystem
  • Integrations: USPSAddressToolkitIntegrationTemplate

The plug-in provides the following 3 operations:

  1. City-State Lookup – this operation returns the city and state for a specific ZIP Code.
  2. Address Standardization – this operation returns the best standardized version of a given address.
  3. ZIP Code Lookup – this operation returns the ZIP Code for a given address.
Anonymous