PATCH
/
apps
/
{app_id}
/
webhooks
/
{webhook_id}
{
  "id": "<string>",
  "url": "https://example.com/webhook",
  "created_at": "2023-12-25",
  "updated_at": "2023-12-25",
  "events": [
    "record.created",
    "record.completed"
  ]
}

Path Parameters

app_id
string
required

The ID of the app

webhook_id
string
required

The ID of the webhook

Body

The new webhook data.

Data to update an existing webhook

Response

200 - application/json

The updated webhook.

Detailed information about a webhook