Skip to main content
GET
curl

Authorizations

Authorization
string
header
default:ShippoToken
required

Enter your shippo token with the ShippoToken prefix.

Example: ShippoToken shippo_live_xxxx

Query Parameters

address
string
required
Example:

"Shippo 731 Market St #200, San Francisco, CA 94103 US shippo@shippo.com +1-555-999-8888"

Response

Successful Response

The parsed response of an address.

email
string<email> | null
Example:

"user@shippo.com"

phone
string | null
Example:

"+1-4155550132"

address_line_1
string | null
Example:

"731 Market Street"

address_line_2
string | null
Example:

"#200"

city_locality
string | null
Example:

"San Francisco"

state_province
string | null
Example:

"CA"

postal_code
string | null
Example:

"94103"

country_code
string | null
Example:

"US"

Last modified on July 16, 2026