Quiz Routes
Get Quiz Details
Retrieves the details of a specific quiz
GET
/
quiz
/
{quizId}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the quiz to retrieve
Retrieves the details of a specific quiz
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the quiz to retrieve