v1

latestOpenAPI 3.0.32026-07-2632131.4 MB
Webhooks

List all webhooks

List all webhooks

get/webhooks

Response

Array of requested webhooks

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