Quiz Routes
List All Quizzes API
Get a list of all available quizzes with their basic information
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Page number for pagination
Required range:
x >= 1
Response
200
application/json
Quizzes retrieved successfully
The response is of type object
.