curl --request GET \
--url https://api.shipbob.com/2025-07/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
The response is of type object[]
.
Was this page helpful?
curl --request GET \
--url https://api.shipbob.com/2025-07/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"
}
]