POST
/
raw-tracking-event
curl --request POST \
  --url https://api-stage.orchestro.ai/e1/raw-tracking-event \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "accounts": [
    {
      "accountNumber": "AC0099",
      "accountType": "CARRIER"
    }
  ],
  "carrierCode": "SA21",
  "event": {
    "alternateStatusCode": "",
    "city": "Roxbury",
    "comments": "ADD_COMMENTS",
    "deliverySignature": "No",
    "latitude": -72.669701,
    "longitude": 41.93792,
    "state": "CT",
    "status": "POD",
    "timestamp": "2024-08-12T20:51:40-04:00",
    "timezone": "CST",
    "zip": "06783"
  },
  "trackingId": "P92VGW30"
}'
{
  "correlationId": "f6f440a0-bbdb-44c4-bd1d-7e3a776c192b",
  "success": true
}

Authorizations

Authorization
string
headerrequired

Body

application/json
accounts
object[]

A list of account objects associated with the event.

carrierCode
string

The code of the carrier handling the shipment.

event
object

Details of the shipping or transportation event being recorded.

trackingId
string

The unique identifier for tracking the shipment.

Response

200 - application/json
correlationId
string
success
boolean