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