API Reference
cURL
curl --request GET \ --url https://api.shipbob.com/2.0/shipment/{shipmentId}/logs \ --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[].
object[]
Was this page helpful?