Skip to main content
PATCH
Update a webhook endpoint

Authorizations

Authorization
string
header
required

API key in format: rg_live_xxxx. Pass as a Bearer token in the Authorization header.

Path Parameters

id
string<uuid>
required

Webhook endpoint ID.

Body

application/json
label
string

New endpoint label. The reserved default label cannot be assigned manually.

Pattern: ^[a-z0-9][a-z0-9-]{0,30}$
url
string<uri>

New HTTPS webhook URL.

enabled
boolean

Whether this endpoint should receive new webhook events.

Response

Webhook endpoint updated.

success
boolean
data
object