---
title: "Get learning courses (v1, legacy format)"
method: GET
path: "/v1/learn"
tags: ["content"]
---

# Get learning courses (v1, legacy format)

`GET /v1/learn`

Legacy endpoint that returns a different response structure than v2.

## Response `200`

Successful response

- object
  - `message` string
  - `valid` boolean
  - `data` object
    - `data` object
      - `learn` object
        - `thrive` object
          - `getContent` object
            - `items` object[]
              - …
            - `total` integer
            - `itemsPerPage` integer
            - `page` integer

## Other responses

- `401` — Unauthorized — missing or invalid token
- `500` — Internal server error

---

[API](https://skmtc.net/thriveglobal/apis/thrive-global-partner-api.md) · [All operations](https://skmtc.net/thriveglobal/apis/thrive-global-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thriveglobal/thrive-global-partner-api/revisions/0e40a805593b/schema)
