Summarize open notifications

Returns the number of open notifications for the project, broken down by event type.

Responses
  • application/json
  • application/json
Request Example for get/v1/notifications/summary
curl http://api.mailreach.co/api/v1/notifications/summary \
  --header 'X-Api-Key: YOUR_SECRET_TOKEN'
{
  "details": {
    "ACCOUNT_DISCONNECTED": 3,
    "DOMAIN_EXPIRING_SOON": 1,
    "ACCOUNT_WARMING_STARTED": 12
  },
  "total": 16
}