/
Get Inbound State History...
This endpoint retrieves the state change history for a specific inbound delivery. The history tracks all status transitions from booking to completion.
- 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
- Mock serverhttps://developer-docs.quiqup.com/_mock/openapi/api/fulfilment/inbound/{id}/state-history
- Productionhttps://platform-api.quiqup.com/api/fulfilment/inbound/{id}/state-history
- Staginghttps://platform-api.staging.quiqup.com/api/fulfilment/inbound/{id}/state-history
curl -i -X GET \
'https://developer-docs.quiqup.com/_mock/openapi/api/fulfilment/inbound/{id}/state-history' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "history": [ { … } ] }