cURL
curl --request GET \ --url http://localhost:3091/v1/api/superadmin/analytics/users \ --header 'Authorization: Bearer <token>'
{ "registrations": [ { "period": "<string>", "count": 123, "amount": 123 } ], "activeUsers": 123, "kycApprovalRate": 123, "totalKycSubmitted": 123, "totalKycApproved": 123 }
JWT access token from POST /v1/api/auth/login
User analytics retrieved
Show child attributes