v1

latestSwagger 2.02026-07-13151175.7 KB
Webhooks

List webhooks

Contains a list of your webhooks

get/webhooks

Response

Array of Webhooks

idnumber
namestring
urlstring
contactEmailAddressstring
triggerScopestring
activeboolean
onWebAppboolean

Example response

[
  {
    "id": 234,
    "name": "My MT Webhook",
    "url": "https://www.example.com",
    "contactEmailAddress": "tech_team@example.com",
    "triggerScope": "SENT",
    "active": true,
    "onWebApp": true
  }
]
All 15 operations