Vidbyte

API documentation

GETLiveGETFocused route reference

GET /api/v1/quizzes/list

List Quizzes

List the quizzes owned by the authenticated principal. This route is useful for history views, audit trails, and state reconciliation in client applications.

Manage keys
Stable public contract

Public endpoint

/api/v1/quizzes/list

Maps to

/api/sandbox/quizzes/list

What to know first

The list endpoint returns sanitized quiz resources only.

Method

GET

Send this operation to /api/v1/quizzes/list on the versioned public host.

Authentication

API key

API key via Authorization: Bearer or x-api-key

Resource model

Direct

The list endpoint returns sanitized quiz resources only.

Highlights

What this operation does

List quizzes generated by the authenticated user.
The list endpoint returns sanitized quiz resources only.
Store the encrypted `id` returned by create and list routes exactly as returned if you need to fetch the resource again later.

Response shape

What the response contract guarantees

Public responses use the shared envelope: `success`, `id`, `message`, `data`, `token_stats`, `pricing`, and `error`.
The `id` field is always a public/encrypted identifier boundary, never a raw MongoDB `_id`.