Skip to main content
PUT
Update Webhook Endpoint

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

webhookEndpointId
string
required

Body

application/json
url
string<uri>
Maximum string length: 1024
description
string | null
Maximum string length: 255
disabled
boolean
events
string[]
Minimum array length: 1

Response

WebhookEndpointResource

id
string
required
url
string
required
description
string | null
required
events
required
status
enum<string>
required
Available options:
enabled,
disabled
last_error_at
string
required
created_at
string
required
secret
string | null

The signing secret, included only in the creation response.