Skip to main content

Get Order Webhook Events

GET 

//:domain/api/starshipit/integration-instances/:integration_instance/orders/:order/webhook-events

Returns the most recent webhook events (up to 25) related to this Starshipit order.

Events are matched by the order's order_number OR tracking_number against the starshipit_webhook_events table. Each event includes the event type, tracking status, processed flag, and any error message.

Used by the Order Detail page to render a per-order webhook audit trail (operational debugging — "did we receive the delivered event?").

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type