SeatBuilderSeatBuilder Docs

Send a test event to a webhook

Enqueues a synthetic `seat.held` test event for delivery to the endpoint. Returns immediately with a `deliveryId`; check `/deliveries` to see the outcome (success / retrying / dead-lettered).

POST/api/v1/webhooks/{id}/test

Path Parameters

idstring

Response Body

curl -X POST "http://localhost:3000/api/v1/webhooks/string/test"

{
  "id": "wh_2a8f1d",
  "deliveryId": "wd_4c7e92",
  "status": "queued",
  "queuedAt": "2026-09-22T08:35:00.000Z"
}
{
  "statusCode": 0,
  "message": "string",
  "errors": {
    "property1": [
      "string"
    ],
    "property2": [
      "string"
    ]
  }
}
{
  "statusCode": 0,
  "message": "string",
  "errors": {
    "property1": [
      "string"
    ],
    "property2": [
      "string"
    ]
  }
}
{
  "statusCode": 0,
  "message": "string",
  "errors": {
    "property1": [
      "string"
    ],
    "property2": [
      "string"
    ]
  }
}