Skip to main content
PATCH
Update a webhook endpoint
Updates an endpoint in place. Re-enabling (enabled: true) also resets the consecutive-failure counter, so an endpoint that was auto-disabled after an outage is not disabled again by its very next hiccup. Authentication required. Send your key as Authorization: Bearer csb_pub_.... A read key is enough — managing webhooks moves no money.

Authorizations

Authorization
string
header
required

Send your key as a Bearer token on every request: Authorization: Bearer csb_pub_.... Generate keys in your CSBoard profile.

Path Parameters

id
string
required

Body

application/json
url
string<uri>
events
enum<string>[]
Available options:
order.updated,
webhook.test
enabled
boolean
description
string
Maximum string length: 200

Response

Updated.

data
object