The Only API docs
Webhooks

Update a webhook

Guide: [Webhooks](/docs/webhooks)

PATCH
/webhooks/{webhook_id}

Guide: Webhooks

X-API-Key<token>

Your CRM panel API key

In: header

Path Parameters

webhook_id*integer

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/webhooks/0" \  -H "Content-Type: application/json" \  -d '{}'
{  "success": true,  "webhook": null}