Email delivery and engagement analytics
/v1/send/analyticsGet overview analytics for email delivery.
curl "https://api.do.dev/v1/send/analytics" \
-H "Authorization: Bearer YOUR_API_KEY"{
"emailsSent": 1250,
"emailsDelivered": 1230,
"emailsBounced": 15,
"emailsOpened": 890,
"emailsClicked": 340
}/v1/send/analytics/{id}Get analytics for a specific email.