curl
Validation
Validate address
Returns validation test results along with a recommended address. <br> Validates both US and international addresses.<br><br>**US required combinations**<br> state_province + city_locality + address_line_1<br>**or**<br>address_line_1 + postal_code<br><br> **International required combinations** <br>city_locality + address_line_1
GET
curl
Documentation Index
Fetch the complete documentation index at: https://docs.goshippo.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter your shippo token with the ShippoToken prefix.
Example: ShippoToken shippo_live_xxxx
Query Parameters
The name of the addressee
Maximum string length:
64Example:
"Wilson"
The organization of the addressee
Maximum string length:
100Example:
"Shippo"
The first line of the address
Required string length:
1 - 100Example:
"731 Market Street"
The second line of the address. Must be percent encoded when passed as a query parameter (e.g. #200 → %23200).
Maximum string length:
50Example:
"#200"
The city or locality of the address
Maximum string length:
64Example:
"San Francisco"
The state, province, county, or municipal division
Maximum string length:
32Example:
"CA"
The postal code or zip code
Maximum string length:
16Example:
"94103"
The ISO 3166 country code
Available options:
AE, AR, AT, AU, AX, AZ, BA, BD, BE, BG, BH, BM, BN, BR, BS, BW, BY, CA, CH, CL, CO, CN, CY, CZ, DE, DK, EC, EE, EG, ES, FI, FO, FR, GB, GE, GF, GG, GI, GP, GR, GU, HK, HR, HU, ID, IE, IL, IM, IN, IS, IT, JE, JO, JP, KR, KY, KW, KZ, LB, LI, LT, LU, LV, MA, MC, MD, ME, MK, MO, MP, MQ, MT, MX, MY, NA, NL, NO, NZ, OM, PE, PH, PL, PM, PR, PT, PY, QA, RE, RO, RU, SA, SC, SE, SG, SI, SK, SM, SR, TH, TN, TR, TW, UA, US, UY, VN, WE, YT, ZA Example:
"US"
Response
Successful Response