Tool
mail_webhook_get
Get a webhook endpoint by id (secret omitted).
Get a webhook endpoint by id (secret omitted).
Behavior
- HTTP
GET /mail/webhooks/:id
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | • | Webhook endpoint id |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| id | string | • | |
| url | string | • | |
| enabled | boolean | • | |
| created_at | string | • | |
| updated_at | string | • | |
| description | string | • | |
| enabled_events | array | • |
Try it
Get a webhook endpoint by id (secret omitted).