Skip to main content
PUT
Update Webhook (v1/v2 cannot be changed; register a new endpoint to switch version)

Authorizations

Authorization
string
header
required

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

Path Parameters

webhook_nanoid
string
required

Unique identifier of the Webhook Endpoint.

Required string length: 15
Pattern: ^wh-.*

Body

application/json
url
string<uri>
events
string[]
Minimum array length: 1
secret
string
Minimum string length: 16
is_active
boolean
name
string

Optional display name for the webhook.

Maximum string length: 255
description
string

Optional description for the webhook.

Response

Default Response

success
enum<boolean>
required
Available options:
true
data
object
required