---
title: "Sender Health Summary"
method: GET
path: "/intelligence/sender-health-summary"
tags: ["Intelligence"]
---

# Sender Health Summary

`GET /intelligence/sender-health-summary`

Returns per-sender health metrics for a team: sends, bounce rate, and at-risk flags.
**Bounce rate and `bounces` count invalid-recipient (list-quality) bounces only** — aligned
with in-app sender health score and sender list bounce rate. Field **`all_bounces`** (per sender)
and **`total_all_bounces`** (summary) include every bounced send (soft, policy, etc.) for context.
Use for "Which senders are at risk?"

## Query parameters

- `teamId` string, uuid, required
- `windowDays` integer

## Response `200`

Sender health data

## Other responses

- `400` — Bad Request - Invalid parameters
- `401` — Unauthorized - Invalid or missing API key
- `403` — Forbidden - Access denied
- `404` — Not Found - Resource does not exist

---

[API](https://skmtc.dev/supersend/apis/supersend-api.md) · [All operations](https://skmtc.dev/supersend/apis/supersend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supersend/supersend-api/revisions/f0cbeaa12643/schema)
