iqualify.com

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 acce

🔑 apikey 84 endpoints education
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
List supported endpoints URLs
curl \
  -H "Authorization: $API_KEY" \
  https://api.iqualify.com/v1/
Gets the current organisation
curl \
  -H "Authorization: $API_KEY" \
  https://api.iqualify.com/v1/org
Find courses
curl \
  -H "Authorization: $API_KEY" \
  https://api.iqualify.com/v1/courses
Endpoints (84 total)
GET
/
List supported endpoints URLs
GET
/org
Gets the current organisation
GET
/courses
Find courses
GET
/offerings
Find current, past and future offerings
GET
/offerings/past
Find past offerings
GET
/course-mappings
Find course mappings
GET
/offerings/future
Find scheduled offerings
GET
/offerings/current
Find active offerings
GET
/offerings/summary
Offerings summary
GET
/users/{userEmail}
Find user by email
GET
/users/all/progress
Find learner progress in all offerings
GET
/courses/{contentId}
Find course by contentId
Related APIs in same category
clever.comlearnifier.comschooldigger.com
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints84
Authapikey
Categories1
https://api.iqualify.com/v1