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
- user.createdusr_24757
- export.completedexp_32676
- diamond_membership.stage_changedmbr_40595
- user.tags_updatedusr_48514
- module.publishedmod_56433
- product.publishedprd_64352
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": …
} }