v1

latestSwagger 2.02026-07-13151175.7 KB
Webhooks

Read a webhook

get/webhooks/{id}

Response

The properties of a specific webhook

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
}