Skip to main content
BlueAI
Home/Mail/Analytics

Analytics & Dashboard

Retrieve mail delivery analytics and dashboard data.

|

Endpoints

GET/api/v1/mail/analytics/overviewGet analytics overview
GET/api/v1/mail/dashboardGet dashboard
GET/api/v1/mail/analytics/overview

Get analytics overview

Authentication requiredInclude session cookie or Bearer token

Code Examples

curl "https://api.blueai.jp/api/v1/mail/analytics/overview" \
  -H "Cookie: better-auth.session_token=<token>"
GET/api/v1/mail/dashboard

Get dashboard

Authentication requiredInclude session cookie or Bearer token

Code Examples

curl "https://api.blueai.jp/api/v1/mail/dashboard" \
  -H "Cookie: better-auth.session_token=<token>"