cURL
curl --request GET \ --url https://app.quizrise.com/api/v1/quiz/{quizId}/stats \ --header 'Authorization: Bearer <token>'
{ "status": "success", "message": "<string>", "data": { "totalAttempts": 123, "totalFinishedAttempts": 123, "averageScore": 123, "averageCompletionTimeInSeconds": 123 } }
Get performance statistics and analytics for a specific quiz
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully retrieved quiz stats
The response is of type object.
object