Retrieves learning statistics for the currently authenticated user. Includes completed paths, quiz success rate, learning minutes, and total activities.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Responses
🟢200OK
application/json
Stats retrieved successfully
Body
🟠401Unauthorized
🟠404Record Not Found
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.eu-west-1.aworld.cloud/app/v1/users/me/stats' \
--header'Authorization: Bearer <token>'