Webhooks
List webhook subscriptions
Returns all webhook subscriptions for the current company. The endpoint does not support filtering or pagination and is intended for syncing subscription configuration into your integration UI or operational admin panel.
GET
List webhook subscriptions
Previous
Create webhook subscriptionCreates a new webhook subscription. `plainTextSecret` is only returned once in this response, so you must store it securely. If you send `Idempotency-Key`, a repeated create request with the same key and identical payload returns the original response without creating a second subscription. Before production rollout, prepare a receiver with signature verification, deduplication by `webhook-id`, and an internal queue for the follow-up detail fetch.
Next
List webhook subscriptions

