UnifyAPI
← Back to catalog

shipengine.validate

mock data$0.002 / call

Validate US Address

Validate and standardize a US address — returns USPS-verified address with corrected spelling, ZIP+4, and validation status. Catches typos, missing info, and invalid addresses before shipping (ShipEngine)

Travelprovider: Shipengine#shipengine#travel

Input schema

city

City name (e.g. "Bronx")

string
state

State code (e.g. "NY")

string
country

Country code (default US)

string
postal_code

ZIP code (e.g. "10451")

string
address_line1required

Street address (e.g. "1 E 161 St")

string
address_line2

Apartment, suite, unit (e.g. "Apt 4B")

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/shipengine.validate \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"city":"<city>","state":"<state>","country":"US","postal_code":"<postal_code>","address_line1":"<address_line1>","address_line2":"<address_line2>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.