Skip to content

Commit

Permalink
create speedx carrier curl (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
hollyabrams committed Aug 28, 2024
1 parent 40ec163 commit 0a2db5b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions official/guides/create-carrier-curls/speedx.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
curl -X POST https://api.easypost.com/v2/carrier_accounts \
-u "$EASYPOST_API_KEY": \
-H 'Content-Type: application/json' \
-d '{
"type": "SpeedXAccount",
"description": "SpeedXAccount",
"carrier_account": {
"credentials": {
"api_key": "VALUE"
},
"test_credentials": {
"api_key": "VALUE"
}
}
}'

0 comments on commit 0a2db5b

Please sign in to comment.