GET
/
users
/
me
Get Profile
curl --request GET \
  --url https://ella.navgurukul.org/api/users/me \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "device_id": "<string>",
  "profile": {
    "name": "—",
    "age": 123,
    "city": "—",
    "grade": "<string>"
  },
  "level": "<string>",
  "level_label": "<string>",
  "grammar_focus": 2,
  "vocab_focus": 2,
  "fluency_focus": 1,
  "first_session_done": false,
  "interests": [],
  "owned": [],
  "emerging": [],
  "due_next": {},
  "effort": {
    "times_spoken_total": 0
  },
  "sightings": {},
  "strength": {},
  "updated_after_chat": 0,
  "last_topics": [],
  "persona_memory": {},
  "skills_progress": {}
}

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

id
string
required
device_id
string
required
profile
MemoryProfileSub · object
required
level
string | null
level_label
string | null
grammar_focus
integer
default:2
vocab_focus
integer
default:2
fluency_focus
integer
default:1
first_session_done
boolean
default:false
interests
string[]
owned
string[]
emerging
string[]
due_next
Due Next · object
effort
Effort · object
sightings
Sightings · object
strength
Strength · object
updated_after_chat
integer
default:0
last_topics
string[]
persona_memory
Persona Memory · object
skills_progress
Skills Progress · object