curl https://api2.ecomailapp.cz/campaigns \ -H "key: YOUR_API_KEY" \ -H "Content-Type: application/json"
[ { "id": 1, "from_name": "From name", "from_email": "from@foo.cz", "reply_to": "reply@bar.cz", "title": "My first campaign", "subject": "First hello", "sent_at": "2014-09-08 22:04:03", "recipients": 1, "status": 3, "scheduled_at": null, "template_id": 62, "archive_url": "https://foo.ecomailapp.cz/campaigns/render/1/randomhashhere" } ]
Returns all campaigns with pagination and filtering.
0
1
2
3
4
7
YYYY-MM-DD