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
- user.createdusr_24757→ 200 37ms
- export.completedexp_32676→ 200 34ms
- diamond_membership.stage_changedmbr_40595→ 500 31ms
- user.tags_updatedusr_48514→ 200 28ms
- module.publishedmod_56433→ 200 25ms
- 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": …
} }