Quiz

Get a quiz by ID

GET
/api/v1/quiz/get/{quizId}
/api/v1/quiz/get/{quizId}

The Authorization access token

Authorization

Authorization
Required
<token>

Please enter a valid access token

In: header

Path Parameters

quizId
Required
string

The ID of the quiz to retrieve

curl -X GET "https://example.com/api/v1/quiz/get/string" \
  -H "Authorization: <token>"

OK