Update webhook endpoint
PUT
/v1/webhook_endpoints/{endpoint_id}
Update a webhook endpoint.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” endpoint_id
required
Endpoint Id
string format: uuid
Request Body required
Section titled “Request Body required ”Responses
Section titled “ Responses ”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