Get Admin Stats
Retrieve comprehensive platform statistics including total users, courses, educators, revenue, and enrollments.Authentication
string
required
Bearer token with admin role required
Response
boolean
Indicates if the request was successful
object
Get Chart Data
Retrieve data for admin dashboard charts including top courses by enrollment and weekly revenue trends.Authentication
string
required
Bearer token with admin role required
Response
boolean
Indicates if the request was successful
array
Array of top 6 courses sorted by enrollment count
array
Revenue data for the past 7 days
Notes
- Weekly revenue data covers the past 7 days (including today)
- Days with no revenue show 0
- Top courses are sorted by enrollment count in descending order
- Course names longer than 22 characters are truncated with an ellipsis (…)