cURL
curl --request GET \ --url https://api.seamind.xyz/api/v1/users/me/analytics/performance \ --header 'Authorization: Bearer <token>'
{ "courses": [ { "courseId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "courseTitle": "<string>", "accuracyPercent": 123, "avgTimePerQuestion": 123, "totalQuestionsAnswered": 123, "quadrant": "<string>", "fleetAccuracyPercent": 123 } ] }
Get per-course performance data for scatter plot and radar chart.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Performance response with per-course data.
Show child attributes