Iqualify
Connector for the iqualify API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.iqualify.com/v1 - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
get— GET / — List supported endpoints URLsget_course_mappings— GET /course-mappings — Find course mappingsget_course_mappings_externalcourse_externalcours— GET /course-mappings/externalcourse/{externalCourseId} — Find course mappings by externalCourseIdget_course_mappings_offeringid— GET /course-mappings/{offeringId} — Find course mappings by offeringIdget_courses— GET /courses — Find coursesget_courses_contentid— GET /courses/{contentId} — Find course by contentId
Inputs
apiKey— your iqualify API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get
apiKey: <your key>