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

Post Response

Tracking Response Example

"error": 0,
"data": [
    {
        "place_type": "station",
        "agent_name": "GRANDE PRAIRIE",
        "description": "Origin hub - Parcel is now in the hub.",
        "date_rec": "2020-08-20 09:12:38"
    },
    {
        "place_type": "Bus",
        "agent_name": "Edmonton Grande Prairie Bus",
        "description": "Parcel on bus ",
        "date_rec": "2020-08-19 17:36:17"
    },
    {
        "place_type": "station",
        "agent_name": "EDMONTON",
        "description": "Origin hub - Parcel is now in the hub.",
        "date_rec": "2020-08-19 17:36:14"
    },
    {
        "place_type": "Door",
        "agent_name": "EDMONTON",
        "description": "Pending - Job created, pending pickup.",
        "date_rec": "2020-08-19 16:35:37"
    }
]

How can we help?