The iQualify API offers management responses for building learning experiences using your iQualify instance data. Once you’ve registered with iQualify, you can request an API access token by navigating to the API access section of the "Account Settings" area. Find out how to [Request your API access token](https://www.iqualify.com/help/connecting-iqualify-to-other-systems/api/how-to-access-and-m
https://api.iqualify.com/v1
Auth type
API Key Header
Auth header
Authorization: YOUR_API_KEY
Rate limit
Based on contract
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://api.apis.guru/v2/specs/iqualify.com/v1.json
Endpoint status
Server online — HTTP 404 — server is online but path returned an error (may require auth)2.02s
(checked Mar 29, 2026)
Builder score
D
42%
builder-friendly
API key in the Authorization header
Authorization: YOUR_API_KEY
Paid LMS platform. iQualify pricing based on learner count; contact for details.
| Method | Path | Description |
|---|---|---|
| GET | / |
List supported endpoints URLs |
| GET | /course-mappings |
Find course mappings |
| GET | /course-mappings/externalcourse/{externalCourseId} |
Find course mappings by externalCourseId |
| GET | /course-mappings/{offeringId} |
Find course mappings by offeringId |
| DELETE | /course-mappings/{offeringId}/{externalCourseId} |
Remove course mapping |
| PUT | /course-mappings/{offeringId}/{externalCourseId} |
Add course mapping |
| GET | /courses |
Find courses |
| GET | /courses/{contentId} |
Find course by contentId |
curl 'https://api.iqualify.com/v1/' \ -H 'Authorization: YOUR_API_KEY'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official iQualify Management documentation.