Notifications Webhooks
Endpoints for managing your Notifications Webhooks.
📄️ Updates a webhook for an account
Updates the URL or the list of subscribed events for a webhook.
📄️ Retrieves a webhook for an account
Retrieves the details of a specific webhook subscription. Note the `ETag` header in the response, which is required for making updates or deletions.
📄️ Regenerates the secret for a webhook
Immediately invalidates the old secret and generates a new one for a webhook.
📄️ Creates a new webhook for an account
Creates a new webhook subscription for an account. This allows your application to receive real-time notifications for specific events.
📄️ Deletes a webhook for an account
Permanently deletes a webhook subscription.
📄️ Lists all webhooks for an account
Lists all of the webhook subscriptions that have been configured for your account.
📄️ List all available webhook event types
Lists all of the event types you can subscribe to when creating or updating a webhook subscription.
📄️ Returns webhook events history for replay and debugging purposes
Returns webhook events history for replay and debugging purposes. Filter events by type, delivery status, and time range to analyze past webhook deliveries and replay failed events.