Skip to main content
GET
/
deliverability
{
  "status": "ok",
  "domain_name": "example.com",
  "period": {
    "start_date": "2025-01-01",
    "end_date": "2025-01-31"
  },
  "filters": {},
  "overall_metrics": {
    "total_sent": 10000,
    "total_delivered": 9500,
    "total_bounced": 300,
    "total_deferred": 150,
    "total_failed": 50,
    "delivery_rate": 95,
    "bounce_rate": 3,
    "avg_delivery_time_minutes": 2.5
  },
  "bounce_breakdown": {
    "hard_bounces": 100,
    "soft_bounces": 150,
    "policy_bounces": 30,
    "other_bounces": 20
  },
  "isp_performance": [
    {
      "isp": "gmail.com",
      "sent": 5000,
      "delivered": 4800,
      "delivery_rate": 96
    }
  ],
  "timeseries": [
    {
      "date": "2025-01-01",
      "sent": 1000,
      "delivered": 950,
      "bounced": 30
    }
  ],
  "trend_analysis": {
    "trend": "improving",
    "trend_description": "Deliverability melhorando",
    "delivery_rate_change_pp": 2.5
  }
}

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

ID do domínio

start_date
string | null

Data de início (YYYY-MM-DD)

end_date
string | null

Data de fim (YYYY-MM-DD)

email
string | null

Filtrar por email específico

Response

✅ Métricas de deliverability retornadas com sucesso