Headless LMS

Get a student by id

GET
/api/students/{id}

Path Parameters

id*string

Response Body

application/json

application/json

curl -X GET "https://example.com/api/students/string"
{  "id": "string",  "name": "string",  "email": "string",  "image": "string",  "entitlementCount": -9007199254740991,  "avgProgress": -9007199254740991,  "joinedAt": "string",  "lastActiveAt": "string",  "hasAccount": true}
{  "error": "string",  "message": "string"}