Webhooks
Read a webhook
get/webhooks/{id}
Response
The properties of a specific webhook
Example response
{
"id": 234,
"name": "My MT Webhook",
"url": "https://www.example.com",
"contactEmailAddress": "tech_team@example.com",
"triggerScope": "SENT",
"active": true,
"onWebApp": true
}