How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

upGrad Learner Experience Analytics API

Learner-experience analytics service behind upGrad's learning platform: daily reading-time leaderboards per course and per user, micro-interaction notification records, and administrative cache eviction for student profiles. 6 operations across 6 paths, declaring an HTTP bearer (JWT) security scheme. The springdoc-generated OpenAPI is served anonymously at https://learner-analytics-rest.upgrad.com/api-docs.

This API exposes 6 operations across 6 paths, organized into 3 resource areas, and defines 5 schemas. It is described by OpenAPI 3.0.1, at version 1.0.0.

Requests are made against a single base URL, https://learner-analytics-rest.upgrad.com.

6 operations 6 paths 5 schemas 3 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0.0
Base URL
https://learner-analytics-rest.upgrad.com
Authentication
HTTP Bearer
Resource Areas
3

Authentication & Security 1

upGrad Learner Experience Analytics API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (Authorization).

Paths & Operations 6

Across 6 paths, the API surfaces 6 operations — 3 GET, 3 POST. They span 3 resource areas: admin-controller, leader-board-controller, micro-interaction-notification-controller. Each is listed below with its method, path, parameters, and response codes.

admin-controller 2
POST
/admin/evict-cache/student-profile/{userId}
Evict Student Profile Cache for User
evictStudentProfileCache 1 param → 404403422400409500200
POST
/admin/evict-cache/micro-interaction-notification
Used to Evict Micro Interaction Notification Cache
evictAllMicroInteractionCache → 404403422400409500200
leader-board-controller 2
GET
/leaderboard/reading-time/daily/course/{courseId}
Reading Time Current Day LeaderBoard
getUserReadingTimeLeaderBoardForCurrentDay 3 params → 404403422400409500200
GET
/leaderboard/reading-time/daily/user/{userId}
Current Day Reading Time Rank for User
getUserReadingTimeLeaderBoardForCurrentDay_1 2 params → 404403422400409500200
micro-interaction-notification-controller 2
GET
/micro-interaction-notification/{microInteractionType}
Get Micro-Interaction notification for given criteria
getUserMicroInteractionNotification 4 params → 404403422400409500200
POST
/micro-interaction-notification
Create micro interaction record.
saveMicroInteractionNotification body → 404403422400409500200

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are StudentProfileDto (6 properties), LearnerReadingTimeStatsDto (5 properties), UserMicroInteractionNotify (4 properties), AddressDto (4 properties). Each schema is shown below with its type and property counts.

ErrorContext
object
2 properties
AddressDto
object
4 properties
LearnerReadingTimeStatsDto
object
5 properties
StudentProfileDto
object
6 properties
UserMicroInteractionNotify
object
4 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

upgrad-learner-analytics-openapi.yml Raw ↑
Where this information came from

This is an independent, third-party profile of upGrad Learner Experience Analytics API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.