v1

latestOpenAPI 3.0.32026-07-2632131.4 MB
Webhooks

Retrieve a Webhook

get/webhooks/{id}

Path parameters

idstring required

Webhook unique Id

Response

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