Update Webhook
Update an existing webhook
PUT
/
webhook
/
{id}
Authorizations
X-API-KEY
string
headerrequiredPath Parameters
id
string
requiredWebhook id
Body
application/json
url
string
Webhook URL to send the payload, only HTTPS supported
Minimum length:
1
events
string[]
List of events that will trigger the webhook call, if empty all events will be used
Response
200 - application/json
status
enum<string>
requiredSuccessful reponse status
Available options:
success
webhook
object
requiredThe webhook data