cURL
curl --request GET \ --url https://app.quizrise.com/api/v1/quiz/{quizId}/settings \ --header 'Authorization: Bearer <token>'
{ "status": "success", "data": { "emailRequired": true, "nameRequired": true, "showCorrectAnswer": true, "showFinalReport": true, "shuffleQuestions": true, "shuffleChoices": true, "showFlashcards": true, "showSummary": true, "bgImageId": 123, "logoUrl": "<string>", "showBranding": true } }
Retrieve the configuration settings for a specific quiz
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the quiz
Quiz settings retrieved successfully
The response is of type object.
object