Developers
API v3 · release 3.3.2

Build on every

Create students, grant access and publish content from your own systems, and get an event for everything that happens in the school. One REST API with 395 operations and 118 public events.

LiveGET /events
  1. user.createdusr_24757
  2. export.completedexp_32676
  3. diamond_membership.stage_changedmbr_40595
  4. user.tags_updatedusr_48514
  5. module.publishedmod_56433
  6. product.publishedprd_64352
Event catalog

Your first call, in three steps

From an empty terminal to events arriving in your system. The full walkthrough is in Authentication.

curlstep 2 of 3
curl -X GET https://api.cademi.com.br/api/v3/credentials/current \
  -H "Authorization: Bearer $CADEMI_TOKEN"
200 · response
{ "data": {
    "object": …,
    "id": …,
    "environment": …,
    "status": …
} }

Beyond API v3