Learner - View Program Certificate API

List the certifications of the user for a given program id.

Interfaces

View Program Certificate

GET /api/learner/programs/:program_id/certificate(/:learner_id)

This endpoint lists the certifications of the user for a given program id.

Response codes

  • 200 OK
  • 401 Unauthorized

Example Response

{
  "certificates": [
    {
      "issuer": "Bridge",
      "learnable_title": "Program 1",
      "earned_at": "2015-08-25T10:21:39.041-06:00",
      "recipient": "Bruce Lee",
      "course": "Program 1"
    }
  ]
}