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
header
required

Body

application/json

This endpoint accepts a JSON request body that records and updates shipping or transportation events. The request includes details about the account, carrier, and event specifics like the status, location, and timestamp of the event.

The body is of type object.

Response

200 - application/json

Tracking successful for DTRM / DDLY / DDEL

The response is of type object.