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

NameTypeDescription

id

string

The webhook entity id

Headers

NameTypeDescription

Authorization

string

Request Body

NameTypeDescription

event_type

array

status

string

url

string

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

Last updated