GET
/
progress
/
summary
Get Progress Summary
curl --request GET \
  --url https://ella.navgurukul.org/api/progress/summary \
  --header 'Authorization: Bearer <token>'
{
  "total_sessions": 123,
  "completed_sessions": 123,
  "total_speaking_seconds": 123,
  "placement_count": 123,
  "current_level": "<string>"
}

Authorizations

Authorization
string
header
default:eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiI1N2U0NDg0NC04YWRiLTQyNTgtYWI4Mi05MWNmNDUxZTQ4OGEiLCJleHAiOjIwOTY4Njg2Njh9._oyjz0enX_sLYvidUm4EUMq5oTNUpxZmowoxIf5J7dc
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

total_sessions
integer
required
completed_sessions
integer
required
total_speaking_seconds
integer
required
placement_count
integer
required
current_level
string | null