Skip to main content
PUT
/
webhook
/
{id}
cURL
curl --request PUT \
  --url https://api.example.com/webhook/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "enabled": true,
    "events": [],
    "id": "<string>",
    "url": "<string>"
  }
}

Authorizations

Authorization
string
header
required

OAuth access token sent as Authorization: Bearer <access-token>.

Path Parameters

id
string
required

Response

200 - application/json

Update webhook

data
object
required