Update a webhook endpoint

Updates the URL or secret of a webhook endpoint. You could also use this API to enable or disable your webhook endpoints. Any parameters not provided will be left unchanged.

/v1/webhook/:id

PUT https://api.uiza.io/api-account/owner/v1/webhook/:id

Path Parameters

Headers

Request Body

{
  "data":{
    "id":"e9d49e8e-4b9b-4693-974a-76e177edb21a"
  }
}

Last updated