GET
/
auth
/
stats
curl --request GET \
  --url https://api.pxyz.dev/api/v0/auth/stats
[
  {
    "name": "Total Users",
    "value": 123,
    "change": 123,
    "changeType": "up"
  }
]

Query Parameters

tenantId
string
required

Response

200
application/json

Successful response

The response is of type object[].