Regenerate Webhook Secret

Regenerate the secret key for the specified webhook. This will invalidate the old secret key immediately. Make sure to update your webhook consumer with the new secret after regeneration.

Path Params
string
required

The webhook to regenerate the secret for.

Body Params
string | null

A descriptive name for the webhook. This is optional and helps identify the webhook in the dashboard.

uri
length ≤ 2048

The URL where webhook payloads will be delivered. Must be a valid HTTPS URL.

boolean

Whether the webhook should be active.

events
array of strings
length ≥ 1

An array of event types to subscribe to. Each event type must be a valid webhook event. Use the /webhooks/events endpoint to get a list of available events.

events
Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json