C

Coursera xAPI

REST discovered

Details
Docs
https://dev.coursera.com/docs/coursera-ent-xapi/1/overview
Authentication
Coursera developer app key and secret (client credentials) oauth2_cc discovered Set up OAuth ↗
Authorization: Bearer <credential>

For Coursera Business/Campus/Government API access, sign in to the Coursera Developer Portal and follow the Get Started guide. After signing in, open Apps from your profile menu, click +New App, enable the needed APIs, and save. The app page shows your app key and app secret. Use them to request an OAuth 2.0 access token from https://api.coursera.com/oauth2/client_credentials/token with grant_type=client_credentials as described in the guide.