
{
    "api": "SalesNote Stats API",
    "version": "1.2",
    "endpoints": {
        "GET \/stats": "All key stats for an organisation",
        "GET \/stats\/meetings-today": "Meetings today",
        "GET \/stats\/active-users-today": "Active unique users today",
        "GET \/stats\/meetings-this-month": "Meetings this month + goal progress",
        "GET \/stats\/top-users": "Top 3 users this month",
        "GET \/stats\/spotlight-user": "User with most meetings this month",
        "GET \/stats\/trending-user": "User with strongest week-over-week growth",
        "GET \/stats\/top-office": "Office with most meetings this month",
        "GET \/stats\/trending-office": "Office with strongest week-over-week growth",
        "GET \/stats\/recent-meetings": "Last 3 meetings (name, office, time)",
        "GET \/stats\/meetings-per-month": "Meeting count per month for the last 6 months",
        "GET \/offices": "All offices with coords, photo, meetings & active users",
        "POST \/training-request": "Register an email address for training interest"
    }
}