cURL
curl --request GET \ --url https://api.shipbob.com/1.0/shipment/{shipmentId}/timeline \ --header 'Authorization: Bearer <token>'
[ { "log_type_id": 0, "log_type_name": "string", "log_type_text": "string", "metadata": { "property1": "string", "property2": "string" }, "timestamp": "2019-08-24T14:15:22Z" } ]
Authentication using Personal Access Token (PAT) token
Channel Id for Operation
The shipment id to get
Success
Log type id of the shipment
Name of the log type
Summary of log type meaning
Specifics data for the event
Show child attributes
Timestamp of event
Was this page helpful?