Skip to main content
PATCH
Update webhook

Authorizations

Authorization
string
header
required

Your Simplified Webhooks API key, sent as a bearer token: Authorization: Bearer sk_.... Create API keys in your profile settings.

Path Parameters

webhookId
string<uuid>
required

The unique identifier of the webhook.

Example:

"20c775ff-666c-42d7-b4db-26e4af4e43c7"

Body

application/json
webhookUrl
string
Minimum string length: 1
name
string | null

Set a display name, or null/empty string to clear it.

Maximum string length: 80

Response

Webhook updated.

message
string
required
webhookId
string
required
webhookUrl
string
required
name
string | null
required