Skip to content
Education/LMS

iqualify.com

iQualify Management sandbox and mock API

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-man Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
84
Collections
-
Event types
-
example request
curl https://your-iqualify.slurry.io/v1/ \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version v1.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

First 12 of 84.

  • GET/
  • GET/course-mappings
  • GET/course-mappings/externalcourse/{externalCourseId}
  • GET/course-mappings/{offeringId}
  • PUT/course-mappings/{offeringId}/{externalCourseId}
  • DELETE/course-mappings/{offeringId}/{externalCourseId}
  • GET/courses
  • GET/courses/{contentId}
  • GET/courses/{contentId}/activations
  • PUT/courses/{contentId}/metadata/category
  • PUT/courses/{contentId}/metadata/level
  • PUT/courses/{contentId}/metadata/tags