v1

latestOpenAPI 3.0.32026-07-2632131.4 MB
Webhooks

Create a Webhook

post/webhooks

Request body

urlstring
eventsstring[]

add list of event to register for the provided url

Example request

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

Response

The created webhook

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"
}