Created
October 29, 2012 13:21
-
-
Save joncalhoun/3973513 to your computer and use it in GitHub Desktop.
EasyPost cURL Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl https://www.easypost.co/api/address/verify \ | |
-u cueqNZUb3ldeWTNX7MU3Mel8UXtaAMUi: \ | |
-d 'address[street1]=5000 Townsend St' \ | |
-d 'address[street2]=Apt 20' \ | |
-d 'address[city]=San Francisco' \ | |
-d 'address[state]=CA' \ | |
-d 'address[zip]=94107' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment