Endpoint
Authentication
string
required
Bearer token using your API key. Format:
Bearer cs_live_your_keyPath parameters
string
required
The webhook ID to update.
Request body
string
New HTTPS URL for webhook delivery. HTTP is allowed in development environments only.
string[]
Updated list of event types to subscribe to. Replaces the existing list entirely.Supported events:
donation.created, donation.updated, subscription.created, subscription.updated, subscription.cancelled, contact.created, contact.updated, form.created, form.updatedstring
Set to
ACTIVE to resume delivery or DISABLED to pause without deleting. This is useful for temporarily muting a webhook during maintenance.string
Updated description for the webhook.
Response
string
required
Confirmation message.
object
required
The updated webhook object. Does not include the signing secret.
Example
cURL