app / webhooks-01

Webhook endpoints

An endpoint inspector with an editable URL and a simulated delivery test.

Subscribed events

Example payload

{
  "type": "invoice.closed",
  "id": "evt_1042",
  "data": {
    "invoice": "INV-028",
    "currency": "USD",
    "amount": 4800
  }
}

Test deliveries are simulated locally.