cURL
curl --request GET \ --url https://api.doshi.app/client/academy/paths \ --header 'Authorization: Bearer <token>'
{ "paths": [ { "id": "<string>", "name": "<string>", "emoji": "<string>", "description": "<string>", "contents": [ {} ], "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "total": 123 }
Fetches a list of available learning paths for the user’s institution.
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 paths.
Show child attributes