GET
/
quiz
/
{quizId}
/
questions

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

quizId
string
required

The ID of the quiz to retrieve questions for

Query Parameters

page
integer
default: 1

The page number to retrieve

Response

200 - application/json
status
enum<string>
Available options:
success
questions
object[]
pagination
object