Complete a Lesson

This API allows you to complete a lesson

GET {{BASE_URL}}/api/courses/{lesson_id}/complete

Path Parameters

Name
Type
Description

course_id

integer

ID of the course to like

Headers

Name
Type
Description

Authentication

string

Authentication token to track down who is emptying our stocks.

{
    "status": 200,
    "response_code": 0,
    "success": true,
    "errors": [],
    "message": "Lesson completed successfully",
    "data": {
        "message": "Lesson completed successfully",
        "status": "completed"
    }
}

Last updated

Was this helpful?