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).

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

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