Skip to main content

List Webhook Events

GET 

/api/starshipit/integration-instances/:integration_instance/webhook-events

Returns a paginated list of inbound webhook events received from StarShipIt for this instance, newest first.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Each event records the raw payload, whether its signature was valid, the extracted order_number / tracking_number / tracking_status, and its processing state: processed + processed_at when handled successfully, or error_message when processing failed (failed events can be re-queued via the retry endpoint).

tracking_status values: Printed, Dispatched, InTransit, OutForDelivery, Delivered, PickupInStore, AttemptedDelivery, Exception, AwaitingCollection, Cancelled, Manifested, ReturnPickupPrinted, ReturnDropoffPrinted, DroppedOff, ReturnLink, ReturnLabel.

Filtering uses operator-aware syntax: filter[column.operator]=value (text operators: contains, does_not_contain, is, is_not, is_one_of, is_not_one_of, starts_with, ends_with, is_empty, is_not_empty; datetime operators include between). A bare filter[column]=value acts as is.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type