webhook_endpoints

Update webhook endpoint (API Key)

put/v1/webhook_endpoints/{id}

Path parameters

idstring required

Webhook endpoint ID

Request body

urlstring

Webhook endpoint URL

descriptionstring

Webhook endpoint description

Example request

{
  "url": "https://example.com/webhook",
  "description": "Updated webhook"
}

Response

Webhook endpoint updated successfully

Changes