v1
latestSwagger 2.02026-07-13151175.7 KBWebhooks
List webhooks
Contains a list of your webhooks
get/webhooks
Response
Array of Webhooks
Example response
[
{
"id": 234,
"name": "My MT Webhook",
"url": "https://www.example.com",
"contactEmailAddress": "tech_team@example.com",
"triggerScope": "SENT",
"active": true,
"onWebApp": true
}
]