Webhooks
Update a webhook
Guide: [Webhooks](/docs/webhooks)
Guide: Webhooks
Authorization
apiKey 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}