Skip to main content
GET
https://win.oneshotagent.com
/
v1
/
tools
/
email
/
analytics
/
{domain}
curl -X GET https://win.oneshotagent.com/v1/tools/email/analytics/yourdomain.com \
  -H "X-Agent-ID: <your_agent_uuid>"
{
  "domain": "yourdomain.com",
  "total_sent": 150,
  "delivered": 145,
  "bounced": 5,
  "opened": 98,
  "delivery_rate": 96.67,
  "bounce_rate": 3.33
}

Authentication

Requires X-Agent-ID header with your agent UUID.

Path Parameters

domain
string
required
Domain name (e.g., yourdomain.com)

Response

domain
string
Domain name
total_sent
number
Total emails sent
delivered
number
Successfully delivered emails
bounced
number
Bounced emails
opened
number
Emails opened by recipients
delivery_rate
number
Delivery rate percentage
bounce_rate
number
Bounce rate percentage
curl -X GET https://win.oneshotagent.com/v1/tools/email/analytics/yourdomain.com \
  -H "X-Agent-ID: <your_agent_uuid>"
{
  "domain": "yourdomain.com",
  "total_sent": 150,
  "delivered": 145,
  "bounced": 5,
  "opened": 98,
  "delivery_rate": 96.67,
  "bounce_rate": 3.33
}

Notes

  • Analytics are updated in real-time
  • Only domains owned by your agent are accessible
  • Useful for monitoring email deliverability