Skip to content

Get quizzes

Request

Security
imfKey
curl -i -X GET \
  https://innovario.apishowdown.com/_mock/cicd-repo/openapi/quizzes \
  -H 'IMF-KEY: YOUR_API_KEY_HERE'

Responses

Retrieved.

Bodyapplication/json
Array [
idstringread-only
namestring
passingScorenumber
questionsArray of objects
createdAtstring, (date-time)read-only
updatedAtstring, (date-time)read-only
]
Response
[ { "id": "quiz_abc987def123", "name": "Who we are", "passingScore": 0.8, "questions": [], "createdAt": "2023-02-19T10:13:21Z", "updatedAt": "2023-02-20T02:36:02Z" } ]