cURL
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 }
Fetches a list of available lessons, including core and institution-specific lessons.
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.
A list of lessons.
Show child attributes