v97

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-04231129815.9 KB
Webhooks

List outbound webhooks

Lists customer-configured outbound webhook endpoints for the authenticated company.

get/webhooks

Response

Success

successboolean

Example response

{
  "webhooks": [
    {
      "id": "webhook_abc123",
      "name": "Production webhook",
      "url": "https://example.com/sequenzy/webhooks",
      "signingSecret": "whsec_...",
      "signingSecrets": [
        {
          "id": "sec_abc123",
          "prefix": "whsec_abcd12"
        }
      ]
    }
  ]
}