Skip to main content

API Reference

The complete, always-current reference is generated from the OpenAPI spec at sdks/openapi/mirrormingo.openapi.yaml and published at https://developers.mirrormingo.com/reference.

To build it locally:

cd sdks && npm install
npx @redocly/cli build-docs openapi/mirrormingo.openapi.yaml -o ../docs/developers/reference.html

Endpoint summary

Base URL: https://api.mirrormingo.com/v1 (sandbox: https://sandbox.api.mirrormingo.com/v1)

Exams

MethodPathDescription
GET/exam-prep/listList supported exams
GET/exam-prep/{exam_key}/overviewSections, timing, scoring
GET/exam-prep/{exam_key}/resourcesVerified official sources
GET/exam-prep/{exam_key}/study-pathRecommended study path

Mock exams

MethodPathDescription
GET/exam-prep/{exam_key}/mock-examsList past-question papers by year
POST/exam-prep/{exam_key}/mock-exams/openOpen a paper into a timed attempt
POST/exam-prep/{exam_key}/mock-exams/questionsPage through questions
POST/exam-prep/{exam_key}/mock-exams/submitSubmit answers, get scored feedback
GET/exam-prep/{exam_key}/mock-exams/historyList prior attempts

All endpoints require Authorization: Bearer mirrormingo_....