List all quizzes accessible to the authenticated user. Returns quizzes where the user is an admin or delegated admin. Results are paginated and sorted by creation date (newest first).
API key for authentication. Generate keys in the Doozy dashboard.
Maximum number of results to return (1-100, default 25)
1 <= x <= 10025
Cursor for pagination - the ID of the last item from the previous page
"quiz_abc123"
Cursor to fetch the previous page of results. Pass previous_cursor value as ending_before.
"quiz_xyz789"
List of quizzes
String representing the object type
list "list"
Array of quiz objects
Whether there are more results available beyond this page
true
The URL for accessing this list endpoint
"/v1/quizzes"
Cursor to fetch the next page of results. Pass as starting_after in subsequent requests.
"quiz_xyz789"
Cursor to fetch the previous page of results. Pass as ending_before in subsequent requests.
"quiz_abc123"