Api referenceAnalytics
GET
/analytics

Authorization

bearerAuth
AuthorizationBearer <token>

API key in format zk_live_* or zk_test_*

In: header

Response Body

application/json

application/json

curl -X GET "https://zend.sh/api/v1/analytics"
{
  "sent": 0,
  "delivered": 0,
  "bounced": 0,
  "replied": 0,
  "complained": 0,
  "bounce_rate": 0,
  "reply_rate": 0,
  "complaint_rate": 0
}
{
  "type": "string",
  "message": "string",
  "field": "string",
  "status": 0
}