Get Class Mentor List

Get class mentor list

get
/v2/class/mentors

get class mentor list

Authorizations
AuthorizationstringRequired
Query parameters
classroomSlugstringOptional

slug of class

joinbooleanOptional

if true, show all joined mentor. If false, show all not joined mentor

Responses
200

Response

application/json
get
/v2/class/mentors
GET /v2/class/mentors HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Accept: */*
200

Response

{
  "data": [
    {
      "photo": "text",
      "email": "text",
      "id": 1,
      "job": "text",
      "name": "text"
    }
  ],
  "message": "success",
  "status": true
}

Last updated