Developers
cademi CLI · API v3 release 3.4.7

Build on every

The cademi CLI puts the whole school in your terminal: every one of the 395 API operations as a command, and 118 public events streamed and forwarded to your local app. Or call the REST API directly from your own systems.

$ cademi listen --forward-to localhost:3000/webhooksLive
  1. user.createdusr_24757→ 200 37ms
  2. export.completedexp_32676→ 200 34ms
  3. diamond_membership.stage_changedmbr_40595→ 500 31ms
  4. user.tags_updatedusr_48514→ 200 28ms
  5. module.publishedmod_56433→ 200 25ms
  6. product.publishedprd_64352→ 200 22ms

Your first call, in three steps

From an empty terminal to your first response. The full walkthrough is in the CLI quickstart; to call the API directly, see Authentication.

shellstep 3 of 3
cademi credentials current
200 · response
{ "data": {
    "object": …,
    "id": …,
    "environment": …,
    "status": …
} }