Skip to main content

List Webhook Events

GET 

/api/shippit/instances/:integration_instance/webhooks

Returns a paginated list of inbound webhook events received from Shippit for this instance, newest first. Every inbound webhook is persisted so you can audit and inspect deliveries; each row records the event type, tracking number, courier job id, the dedup key, the raw payload, and whether it has been processed yet (processed / processed_at).

Sortable columns: id, event_type, tracking_number, received_at, processed_at, created_at (default -received_at). Default page size is 15.

Filtering uses operator-aware syntax filter[field.operator]=value; a bare filter[field]=value means equals. Available filters: id, event_type, tracking_number, courier_job_id, dedup_key, processed (1 = processed, 0 = pending, all = no filter), received_at, processed_at, created_at. filter[search] matches tracking number, event type, courier job id, and dedup key.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type