1. Home
  2. Docs
  3. Courier Connex API
  4. Tracking
  5. Post Request

Post Request

Tracking Request Example

curl --location --request POST 'https://yourcompanyname.courier-connex.com/api/track_order' \
--data-raw '{
   "Auth": {
		"account_key" : "6a86f83ced4adfe58017a3e77ab6e2b2",
		"account_token" : "7a6b7b203cb36d4cd1678d3bdf6b0b7d"
  },
  "shipId"  : 176789
}

How can we help?