Skip to main content
GET
/
v1
/
stats
Get statistics
curl --request GET \
  --url https://api-v1.maverickintelligence.co/v1/stats \
  --header 'X-API-Key: <api-key>'
{
  "data": {
    "totalPeople": 123,
    "totalCompanies": 123,
    "recentEvents": 123,
    "periodDays": 123,
    "dailyAverage": 123,
    "generatedAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

X-API-Key
string
header
required

API key in format: mk_live_{40 hex chars}

Response

200 - application/json

Dashboard statistics

data
object