v1
latestOpenAPI 3.0.32026-07-248519153.1 KBList quizzes
get/quizzes
Query parameters
with_deletedboolean
summaryboolean
When true, each quiz row drops the heavy fields (custom_css, custom_head_html, css_variables, custom_js, analytics) and only returns id/name/slug/theme/language/published_version etc. Use this for listings — call GET /quizzes/{id} for full details when you need them.
Headers
api_keystring required
Response
List of quizzes
Example response
{
"quizzes": [
{
"id": 131,
"project_id": 78,
"paywall_id": 89,
"name": "Transform Chaos into Clarity",
"slug": "transform-chaos-into-clarity"
}
]
}