Skip to main content
GET
/
client
/
academy
/
courses
Get Courses
curl --request GET \
  --url https://api.doshi.app/client/academy/courses \
  --header 'Access-Type: <access-type>' \
  --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.

Headers

Access-Type
enum<string>
required

Must be set to 'client' for all API requests

Available options:
client

Response

A list of courses.

courses
object[]
required
total
integer
required