Sequences Endpoints
Sequences Endpoints (v1)
Get sequence statistic
-
URL
/api/v1/sequences/{sequence_id}/stats/{from?}/{to?}
-
Method:
GET
-
Response Examples:
-
Code: 200
Content:{ "error": 0, "msg": "OK", "errors": [], "data": { "sequence_stats": { "total": 9556, "failed": 251, "sent": 9275, "pending": 30, "bounced": 149, "reported": 4, "opened": 7351, "clicked": 1688, "opened_not_by_count": 3280, "clicked_not_by_count": 1177, "unsub": 50 }, "sequence_templates_stats": { "1": { "total": 3186, "failed": 0, "sent": 3184, "pending": 2, "bounced": 66, "reported": 0, "opened": 3584, "clicked": 946, "opened_not_by_count": 1375, "clicked_not_by_count": 589, "unsub": 9 }, "2": { "total": 3186, "failed": 12, "sent": 3163, "pending": 11, "bounced": 69, "reported": 0, "opened": 2228, "clicked": 520, "opened_not_by_count": 1005, "clicked_not_by_count": 405, "unsub": 27 }, "3": { "total": 3184, "failed": 239, "sent": 2928, "pending": 17, "bounced": 14, "reported": 4, "opened": 1539, "clicked": 222, "opened_not_by_count": 900, "clicked_not_by_count": 183, "unsub": 14 } } } }
-