Skip to content

Get Inbound State History

Request

Get Inbound State History

📌 Description

This endpoint retrieves the state change history for a specific inbound delivery. The history tracks all status transitions from booking to completion.

🔹 Use Cases

  • Tracking delivery progress through different stages
  • Auditing status changes for compliance and reporting
  • Debugging issues by reviewing the state transition timeline
  • Understanding delivery lifecycle events
Security
OAuth2
Path
idstringrequired
curl -i -X GET \
  'https://developer-docs.quiqup.com/_mock/openapi/api/fulfilment/inbound/{id}/state-history' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Success response

Bodyapplication/json
historyArray of objects(List of state history records for the inbound )required
Response
{ "history": [ { … } ] }