Analytics & Dashboard
Retrieve mail delivery analytics and dashboard data.
|
Endpoints
| GET | /api/v1/mail/analytics/overview | Get analytics overview |
| GET | /api/v1/mail/dashboard | Get dashboard |
GET
/api/v1/mail/analytics/overviewGet analytics overview
Authentication required— Include 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/dashboardGet dashboard
Authentication required— Include session cookie or Bearer token
Code Examples
curl "https://api.blueai.jp/api/v1/mail/dashboard" \
-H "Cookie: better-auth.session_token=<token>"