Outgoing webhook management
Outgoing webhook management
DELETE Delete a webhook — Deletes an outbound webhook from the authenticated organization and stops future deliveries immediately. Admin access is required. A missing webhook returns 404.GET List webhook delivery history — Returns recent delivery attempts for one webhook, ordered from newest to oldest. Pagination uses the shared offset pagination query schema.GET List webhook events you can subscribe to — Returns the event names you can subscribe to when creating or updating an outbound webhook, with a short description for each.GET List webhooks for the current organization — Returns every outbound webhook for the current organization. The response is paginated but always fits in one page.POST Register a new webhook — Registers an HTTPS URL at a public IP to receive event notifications. Deliveries are signed with HMAC-SHA256.POST Retry a failed webhook delivery — Queues a new delivery attempt for a previously failed webhook delivery. Only deliveries in the failed state can be retried.POST Rotate a webhook's signing secret — Generates a new signing secret for one webhook and returns the new plaintext value once.POST Send test payload to a webhook — Sends a test event to the webhook URL and reports the delivery status and remote response.Was this page helpful?