Skip to main content
PATCH
Update or pause a webhook endpoint

Authorizations

Authorization
string
header
required

A user token (pv_ut_…) as Authorization: Bearer pv_ut_…. X-Peeve-Key is accepted too. Never a query parameter — URLs end up in proxy logs and Referer headers.

The token carries its owner's live workspace role, re-read on every call.

Path Parameters

id
string<uuid>
required

Body

application/json
url
string
Maximum string length: 2048
label
string | null
Maximum string length: 80
events
enum<string>[]
Available options:
session.started,
session.resolved,
handoff.created,
handoff.message.created,
handoff.status.changed,
lead.created,
lead.status.changed,
meeting.booked,
meeting.status.changed,
billing.payment_failed,
billing.subscription.changed,
billing.credits_low,
billing.credits_expiring,
*
channels
enum<string>[] | null
Available options:
human,
agent,
whatsapp,
messenger,
instagram,
email
enabled
boolean

Response

The updated endpoint. Never carries the secret.

object
string
required

The resource type, e.g. lead.

data
object
required
request_id
string
required

Echoed in the X-Request-Id header. Quote it to support.