Catalog Webhooks
Send a test event or redeliver a failed attempt
Send a test event or redeliver a failed attempt.
POST
Send a test event or redeliver a failed attempt
Actions
- Send
{ "action": "test" }to record and deliver a syntheticwebhook.testevent. - Send
{ "action": "redeliver", "delivery_record_id": "..." }to retry a failed or non-2xx delivery attempt.
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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
- Option 1
- Option 2
Allowed value:
"test"Response
Recorded test or redelivery attempt
Delivery metadata only. Stored payloads and signing secrets are never returned.

