Skip to content

Commit

Permalink
Merge pull request #144 from hollyabrams/add-quick-carrier-curl
Browse files Browse the repository at this point in the history
add quick courier curl
  • Loading branch information
jchen293 authored Jul 23, 2024
2 parents b1f3d75 + 9e2d538 commit b301f99
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions official/guides/create-carrier-curls/quick.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
curl -X POST https://www.easypost.com/api/v2/carrier_accounts \
-u "$EASYPOST_API_KEY": \
-H 'Content-Type: application/json' \
-d '{
"type": "QuickAccount"
"description: "QuickCourierAccount",
"billToEasyPost": false,
"credentials": {
"username": "<username>",
"password": "<password>"
},
"test_credentials": {},
}'

0 comments on commit b301f99

Please sign in to comment.