Skip to main content
GET
/
stats
/
dashboard
{
  "status": "ok",
  "data": {
    "domain_name": "example.com",
    "period": {
      "start_date": "2025-01-01",
      "end_date": "2025-01-31",
      "granularity": "day"
    },
    "summary": {
      "emails_sent": 10000,
      "emails_delivered": 9500,
      "delivery_rate": 95,
      "open_rate": 25.5,
      "click_rate": 8.2,
      "bounce_rate": 3.5
    },
    "comparison": {
      "emails_sent": {
        "current": 10000,
        "previous": 8500,
        "change": "+17.6%"
      }
    },
    "domain_health": {
      "reputation_score": "excellent",
      "dns_status": "verified",
      "overall_status": "excellent"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

domain_name
string
required
start_date
string
end_date
string
granularity
string
default:day

Response

✅ Dashboard gerado com sucesso