List webhooks
GET /webhooks
Example
Section titled “Example”curl https://mail.3ava.com/api/webhooks \ -H "Authorization: Bearer am_YOUR_KEY"Response
Section titled “Response”{ "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.