Skip to main content
GET
/
client
/
academy
/
courses
Get Courses
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
}

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 courses.

courses
object[]
required
total
integer
required