Returns platform-wide statistics including user count, instance count, and message volume. Requires admin role.
cURL
curl --request GET \ --url https://api.wappfy.io/api/admin/stats \ --header 'Authorization: Bearer <token>'
{ "totalUsers": 150, "totalInstances": 320, "activeInstances": 185, "totalMessages": 45230 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Platform statistics
Total registered users
150
Total instances created
320
Currently connected instances
185
Total messages processed
45230
Was this page helpful?