Skip to main content
PATCH
Update a webhook endpoint

Authorizations

Authorization
string
header
required

Your workspace API key, created in Settings → API keys, sent as Authorization: Bearer <key>. New keys start with watx_live_; keys issued before the rename start with converse360_live_ and still work.

Path Parameters

id
string<uuid>
required

The webhook endpoint id.

Body

application/json

At least one of these three fields must be present.

url
string<uri>
events
enum<string>[]
Minimum array length: 1
Available options:
message.received,
message.status_updated,
conversation.created,
contact.created
is_active
boolean

Setting this to true also resets failure_count.

Response

The updated endpoint.

data
object