Skip to main content
PATCH
Modify Webhook

Authorizations

x-api-key
string
header
required
x-api-secret
string
header
required

Path Parameters

workspaceId
string
required
webhookId
string
required

Body

application/json
name
string
Example:

"Production Webhook"

description
string
Example:

"Webhook for production environment"

extraHeaders
string[]
Example:
url
string
Example:

"https://example.com/webhook"

module
enum<string>
Available options:
global,
dynamics
Example:

"global | dynamics"

identifiers
string[]
events
enum<string>[]
Available options:
video_watched,
video_played,
video_cta_clicked,
video_viewed,
video_liked,
video_request_received,
video_generated_dv,
video_mp4_ready,
video_generated_error
Example:
enabled
boolean
Example:

true

Response

Successful

The response is of type object.