Skip to main content

Get Webhook Event

GET 

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

Returns a single inbound webhook event, including the full raw payload StarShipIt delivered, the signature verification result, and the processing outcome (processed / processed_at on success, error_message on failure).

Authorization

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

Returns 404 when the event does not exist or belongs to a different integration instance.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type