Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Fetch published courses with optional filtering by learning path and user progress.
GET /api/v2/course
Authorization: Bearer <jwt_access_token>
learningPathId
string
skillLevel
BEGINNER
INTERMEDIATE
ADVANCED
{ "success": true, "data": [ { "id": "7a3e9c12-3456-4abc-8def-1234567890ab", "title": "Solidity Smart Contract Development", "description": "Learn to write, test, and deploy secure Solidity contracts on Lisk L2.", "thumbnailUrl": "https://ik.imagekit.io/learnway/courses/solidity.png", "isPremium": false, "estimatedDurationMinutes": 120, "totalLessons": 8, "totalXP": 400, "totalGems": 50, "learningPathId": "1b2c3d4e-5f60-7a8b-9c0d-ef1234567890", "userProgress": { "isEnrolled": true, "progressPercentage": 62.5, "completedLessons": 5 } } ] }