LogoDecisionMaker.Email
Endpoints

stats

Aggregate team stats in one call.

POST /api/v1/stats

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

Request

{}

Response

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