Skip to content

Partially update a webhook

PATCH
/v1/webhooks/{webhook_id}

Authorizations

api_key
Type
API Key (header: X-Api-Key)

Parameters

Path Parameters

webhook_id*

The webhook identifier.

Type
string
Required

Request Body

application/json
JSON
{
  
"version": 1,
  
"event_type": null,
  
"client_id": "string",
  
"endpoint": null,
  
"secret": null,
  
"is_active": null
}

Responses

OK

application/json
JSON
{
  
"webhook_id": null,
  
"event_type": "string",
  
"client_id": "string",
  
"endpoint": "string"
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples