Skip to main content
POST
Send a test event or redeliver a failed attempt

Actions

  • Send { "action": "test" } to record and deliver a synthetic webhook.test event.
  • Send { "action": "redeliver", "delivery_record_id": "..." } to retry a failed or non-2xx delivery attempt.
Use the attempt record’s id as delivery_record_id, not the stable logical delivery_id. Redelivery creates a new attempt and keeps the logical delivery identifier in the X-Lasso-Delivery-Id header.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Body

application/json
action
string
required
Allowed value: "test"

Response

Recorded test or redelivery attempt

delivery
object
required

Delivery metadata only. Stored payloads and signing secrets are never returned.