This is a mock API. It is for demo and learning purposes. The server URL is powered by a Remockly mock server. You can send curl requests and use the try it console to interact with the mock API.
https://innovario.apishowdown.com/_mock/cicd-repo/openapi/
https://api.impossiblemissionsforce.com/
https://innovario.apishowdown.com/_mock/cicd-repo/openapi/scores
https://api.impossiblemissionsforce.com/scores
curl -i -X GET \
'https://innovario.apishowdown.com/_mock/cicd-repo/openapi/scores?quiz=Who%20we%20are&user=abc123' \
-H 'IMF-KEY: YOUR_API_KEY_HERE'
[ { "id": "score_abc987def123", "user": "abc123", "score": 0.85, "quiz": "Who we are", "attempts": 1, "breakdown": [ … ] } ]