# stats (/docs/api/endpoints/stats)



`POST /api/v1/stats`

Aggregate team stats in a single call. Useful for status bars and admin dashboards.

**Request**

```json
{}
```

**Response**

```json
{
  "searchCount": 42,
  "emailCount": 137,
  "credits": {
    "balance": 87,
    "totalPurchased": 100,
    "totalUsed": 13
  }
}
```
