v1

latestOpenAPI 3.0.32026-07-248519153.1 KB

Retrieve custom CSS for a quiz

get/quizzes/custom-css

Query parameters

quiz_idstring required

The ID of the quiz

Example:123

Headers

api_keystring required

Your API key for authentication

Response

Custom CSS retrieved successfully

quiz_idstring
custom_cssstring

Example response

{
  "quiz_id": "123",
  "custom_css": "body {color: black;}"
}