List webhook endpoints
List all registered webhook endpoints for the caller’s org, newest first.
Secrets are omitted from list responses. Fetch an individual endpoint
or rotate the secret via PATCH to get a new secret.
Cost: read — rate bucket only.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful Response
Opaque webhook identifier (UUID).
"aaaa0001-bbbb-0002-cccc-000300040005"
HTTPS endpoint Kallima delivers events to.
"https://your-service.example.com/webhooks/kallima"
Whether deliveries are being attempted.
ISO-8601 creation timestamp (UTC).
ISO-8601 last-updated timestamp (UTC).
Polymorphic discriminator. Always webhook.
Subscribed event types. null means all events.
Webhook signing secret. Returned only at creation time — subsequent reads omit this field. Store it immediately; it cannot be recovered. Rotate via PATCH rotate_secret=true.
"whsec_AbCdEfGhIjKlMnOpQrStUvWx1234567890ABCDEF"