Skip to main content
PATCH
Update Webhook
Toggle a webhook subscription on or off without deleting it.

Path Parameters

id
string
required
The subscription ID.

Request Body

is_enabled
boolean
required
Set to true to enable or false to disable the subscription.

Examples

Disable a webhook

cURL

Response

data
object

Authorizations

x-api-key
string
header
required

API key for authentication. Get yours from Settings > API Keys in the Kardow dashboard.

Path Parameters

id
string<uuid>
required

Subscription UUID.

Body

application/json
is_enabled
boolean
required

Response

Subscription updated

data
object
required