clever.com

Serves the Clever Data API

🔑 oauth2 44 endpoints education
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

npm install clevertap-web-sdk
npm install clevertap-flutter
npm install clevertap-react-native
cargo add clevercloud-sdk-rust
dotnet add package clevertap-unity-sdk
# Maven: see https://github.com/CleverTap/clevertap-android-sdk
ios-sdk ✓ Official
# See https://github.com/Clever/ios-sdk
# See https://github.com/CleverTap/clevertap-geofence-ios
# See https://github.com/CleverTap/clevertap-ios-sdk
node-google-admin-sdk ✓ Official
# See https://github.com/Clever/node-google-admin-sdk
curl examples
Returns a list of schools
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.clever.com/v1.2/schools
Returns a list of student contacts
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.clever.com/v1.2/contacts
Returns a list of sections
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.clever.com/v1.2/sections
Endpoints (44 total)
GET
/schools
Returns a list of schools
GET
/contacts
Returns a list of student contacts
GET
/sections
Returns a list of sections
GET
/students
Returns a list of students
GET
/teachers
Returns a list of teachers
GET
/districts
Returns a list of districts. In practice this will only return the one distri…
GET
/schools/{id}
Returns a specific school
GET
/contacts/{id}
Returns a specific student contact
GET
/school_admins
Returns a list of school admins
GET
/sections/{id}
Returns a specific section
GET
/students/{id}
Returns a specific student
GET
/teachers/{id}
Returns a specific teacher
Related APIs in same category
iqualify.comlearnifier.comschooldigger.com
At a glance
Total SDKs10
Languages6
Endpoints44
Authoauth2
Categories1
https://api.clever.com/v1.2
Other Clever APIs (1)
clever-cloud.com