Quiz Routes
Get Quiz Questions
Retrieves a paginated list of questions for a specific quiz
GET
/
quiz
/
{quizId}
/
questions
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the quiz to retrieve questions for
Query Parameters
The page number to retrieve