Learner - View Live Course Certificate API

List the certificates of the user for a given live course id.

Interfaces

View Live Course Certificate

GET /api/learner/live_courses/:live_course_id/certificate(/:learner_id)

This endpoint lists the certificates of the user for a given live course id.

Response codes

  • 200 OK
  • 401 Unauthorized

Example Response

{
  "certificates": [
    {
      "issuer": "Bridge",
      "learnable_title": "Live Course 1",
      "earned_at": "2015-08-25T10:21:39.041-06:00",
      "recipient": "Bruce Lee",
      "instructor": "Ip Man",
      "expires_at": 10
    }
  ]
}