Skip to content

Update webhook endpoint

PUT
/v1/webhook_endpoints/{endpoint_id}

Update a webhook endpoint.

endpoint_id
required
Endpoint Id
string format: uuid
WebhookEndpointUpdate
object
url
Any of:
string
<= 2048 characters
signature_algo
Any of:
string
<= 50 characters
status
Any of:
string
<= 50 characters

Successful Response

WebhookEndpointResponse
object
id
required
Id
string format: uuid
url
required
Url
string
signature_algo
required
Signature Algo
string
status
required
Status
string
created_at
required
Created At
string format: date-time
updated_at
required
Updated At
string format: date-time

Unauthorized

Webhook endpoint not found

Validation error