v50
latestOpenAPI 3.1.0Creative Force Client Subscription Termsraw.githubusercontent.com2026-07-137852387.4 KBWebhooks
Update a webhook
Updates the webhook identified by the specified slug.
put/webhook/{webhook_slug}
Path parameters
webhook_slugstring required
Slug of the webhook.
Headers
Accept'application/vnd.Creative Force.v2.3+json' | 'application/vnd.Creative Force.v2.3+xml' required
Defines the response type.
x-api-languagestring[]
Defines the languages included in the response. If non are provided, the account default language is returned.
Value all overrides any other values present.
You can request multiple languages using a comma-separated string of languages.
The selected language must be supported by your account or a 400 error is returned.
Request body
Response
Webhook updated.
Example response
{
"created": "2025-12-21T23:11:20Z",
"events": [
"entry_created",
"entry_submitted"
],
"fields": [],
"form": null,
"method": "post",
"name": "Entry notifications",
"signing_key": "REDACTED",
"slug": "AbCdEfGh",
"updated": "2025-12-21T23:11:20Z",
"url": "https://example.com/webhooks"
}