List campaigns
GET /campaigns
Example
Section titled “Example”curl https://mail.3ava.com/api/campaigns \ -H "Authorization: Bearer am_YOUR_KEY"Response
Section titled “Response”{ "data": [ { "id": "camp_a1b2...", "name": "April newsletter", "status": "running", "total_recipients": 19872, "sent_count": 5423, "delivered_count": 5398, "bounced_count": 18, "complained_count": 2, "opened_count": 2104, "clicked_count": 312, "unsubscribed_count": 47, "created_at": "2026-04-22T22:30:00Z" } ]}