Skip to main content
GET
/
client
/
academy
/
lessons
Get Lessons
curl --request GET \
  --url https://api.doshi.app/client/academy/lessons \
  --header 'Authorization: Bearer <token>'
{
  "lessons": [
    {
      "id": "<string>",
      "title": "<string>",
      "description": "<string>",
      "locale": "<string>",
      "content": [
        {}
      ]
    }
  ],
  "total": 123
}

Authorizations

Authorization
string
header
required

Authentication token (API Key) provided by Doshi. Your server's IP address must be whitelisted to use this API. Contact [email protected] to whitelist your IPs.

Response

A list of lessons.

lessons
object[]
required
total
integer
required