---
title: "Start course lesson"
method: POST
path: "/course_lessons/{lesson_id}/start"
tags: ["Course lessons"]
---

# Start course lesson

`POST /course_lessons/{lesson_id}/start`

Record that the current user has started viewing a lesson, creating progress tracking records.

## Path parameters

- `lesson_id` string, required

## Response `200`

A successful response

- boolean — Represents `true` or `false` values.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `422` — Verification required
- `429` — Too many requests
- `500` — Internal server error

---

[API](https://skmtc.net/whop/apis/whop-api.md) · [All operations](https://skmtc.net/whop/apis/whop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/whop/whop-api/versions/a8a43db4255f/schema)
