C

Clever Data API

REST discovered

Details
URL
https://api.clever.com/v1.2
Docs
https://dev.clever.com/docs/api-overview.md
Authentication
Clever district-app bearer token bearer discovered

Have a district authorize your Clever application; Clever creates a district-app token each time a district authorizes the app. Obtain it through the district onboarding flow referenced in Onboarding and Syncing with Clever from the Clever API Overview. This token is used for district-managed API access.

Clever SSO bearer access token bearer discovered
Authorization: Bearer <credential>

Create a Clever app in the Clever App Dashboard, then send users through Clever's OAuth authorization-code flow as documented in OAuth Implementation. Exchange the authorization code at https://clever.com/oauth/tokens using your app credentials to receive a bearer access_token. For Clever Library testing, the same flow is shown in Testing Clever Library with Postman.