Learner - Credits API

List all credits for the current learner

GET /api/learner/credits

Response Codes

  • 200 OK
  • 304 Not Modified

Parameters

  • search String

    Search credits based on passed search term

  • scope String

    Accepted values: library. Filters the returned list of credits by a given scope

Example Response

{
  "meta": {},
  "credits": [
    {
      "id": "2",
      "name": "Space"
    }
  ]
}