Skip to content

Instantly share code, notes, and snippets.

@robertbanh
Created November 20, 2017 21:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robertbanh/e85ca105fc106affb3f14884b1930a51 to your computer and use it in GitHub Desktop.
Save robertbanh/e85ca105fc106affb3f14884b1930a51 to your computer and use it in GitHub Desktop.
Address API
curl 'https://api.shipengine.com/v1/addresses/validate' -X POST \
-H "Content-Type: application/json" \
-H "api-key: dmtzyBFq9DsGMGd1GkzHilzeEAKsyyRyxQH3cz7M+Lo" \
-d '
[
{
"name": "Dade Murphy",
"phone": "+1 (212) 555-5555",
"company_name": "Zero Cool",
"address_line1": "345 Chambers Street",
"city_locality": "New York City",
"state_province": "NY",
"postal_code": "10282",
"country_code": "US",
}
]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment