Skip to main content
PATCH
Update a webhook

Authorizations

Authorization
string
header
required

API key as Authorization: Bearer sk-social-...

Path Parameters

webhookId
string
required

Body

application/json
url
string<uri>

New delivery URL.

events
enum<string>[]

Updated event subscriptions.

Webhook event type. Use "*" to subscribe to all events.

Available options:
post.published,
post.failed,
post.scheduled,
clip.render.completed,
clip.render.failed,
agent.run.completed,
agent.run.failed,
*
secret
string

Updated signing secret.

enabled
boolean

Enable or disable the webhook.

Response

Webhook updated

success
boolean
required
data
object
required