GET
/
shipment
/
{shipmentId}
/
timeline
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"
  }
]

Authorizations

Authorization
string
header
required

Authentication using Personal Access Token (PAT) token

Headers

shipbob_channel_id
string

Channel Id for Operation

Path Parameters

shipmentId
string
required

The shipment id to get

Response

200
application/json
Success

The response is of type object[].