v1

latestOpenAPI 3.0.32026-07-2632131.4 MB
Webhooks

Update webhook

Update a webhook

put/webhooks/{id}

Path parameters

idstring required

Webhook ID

Request body

urlstring
eventsstring[]

add list of event to register for the provided url

Example request

{
  "url": "https://www.hookurl.com"
}

Response

The updated webhook object

accountIdstring

Unique Id

_idstring

Unique Id

urlstring
eventsstring[]

add list of event to register for the provided url

Example response

[
  {
    "accountId": "563e0b6a08a2710e00057b82",
    "_id": "563e0b6a08a2710e00057b82",
    "url": "https://www.hookurl.com"
  }
]