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

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

paths
object[]
required
total
integer
required