Skip to main content
GET
/
user
/
stats
Retrieve stats
curl --request GET \
  --url https://api.managem.co.uk/user/stats \
  --header 'Authorization: Bearer <token>'
{
  "purchases": {
    "total": 42,
    "incomplete": 3
  },
  "cases": {
    "open": 1
  },
  "messages": {
    "unread": 2
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

User stats

Aggregated stats for the authenticated user, focusing on purchase progress, active cases, and unread messages.

purchases
object
required

Aggregated purchase stats

cases
object
required

Aggregated case stats

messages
object
required

Aggregated message stats