PATCH
Update a Webhook Endpoint

Path Parameters

endpoint_id
string<uuid>
required

Endpoint UUID

Body

application/json
rotate_secret
boolean

Rotate the signing secret. Returned ONCE.

status
null | enum<string>

Whether an endpoint receives deliveries.

Available options:
ACTIVE,
DISABLED
url
string | null

Response

Updated; rotated secret returned ONCE

Response to an endpoint update. secret is present only when rotated (ONCE).

id
string<uuid>
required
status
enum<string>
required

Whether an endpoint receives deliveries.

Available options:
ACTIVE,
DISABLED
updated_at
string<date-time>
required
url
string
required
venture_id
string<uuid>
required
secret
string | null