Skip to content

List webhooks

GET /webhooks

Terminal window
curl https://mail.3ava.com/api/webhooks \
-H "Authorization: Bearer am_YOUR_KEY"
{
"data": [
{
"id": "wh_a1b2...",
"url": "https://yourapp.com/webhooks/amdy",
"events": ["email.delivered", "email.bounced"],
"is_active": true,
"created_at": "2026-04-22T22:30:00Z"
}
]
}

signing_secret is not returned here — it’s only available at creation time.