---
title: "Get user's recommendations"
method: GET
path: "/v2/onboarding/recommendations"
tags: ["Onboarding"]
---

# Get user's recommendations

`GET /v2/onboarding/recommendations`

Get user's recommendations

## Headers

- `Authorization` string

## Response `200`

success

- object
  - `code` integer — 0=success，only parse data when code=0
  - `data` object — real data
    - `list` BluenteInternalCourseV2OldmodelCourseResponse[]
      - `additionalInformation` string
      - `assets` BluenteInternalCourseV2OldmodelCourseAsset
        - `description` string
        - `hex` string
        - `image_url_v2` string
        - `pop` string
        - `tile` string
      - `audit` BluenteInternalCourseV2OldmodelAudit
        - `createdAt` string
        - `createdBy` string
        - `updatedAt` string
        - `updatedBy` string
      - `chinesename` string, required
      - `courseCode` string, required
      - `description` string, required
      - `exampleTerms` string
      - `immerse` string
      - `immerseSpeech` string
      - `is_saved_word_list` integer
      - `learn` string
      - `level` string
      - `lock` boolean
      - `modules` BluenteInternalCourseV2OldmodelModule[]
        - `asset` string
        - `audit` BluenteInternalCourseV2OldmodelAudit
          - `createdAt` string
          - `createdBy` string
          - `updatedAt` string
          - `updatedBy` string
        - `courseCode` string
        - `courseUUID` string
        - `id` integer
        - `name` string, required
        - `type` string, required
        - `uuid` string
      - `name` string, required
      - `paid` boolean
      - `practice` string
      - `practiceSpeech` string
      - `tags` string[]
      - `topic` string
      - `uuid` string
      - `word_list` BluenteInternalCourseV2ModelWordList
        - `created_at` BluenteInternalCourseV2ModelCustomTime
          - `time.Time` string
        - `deleted` integer — 1=deleted
        - `folder_ids` integer[] — an array of int to hold which folder this word belong to
        - `id` integer
        - `language` string — course lang defined
        - `org_data` integer[] — the original data of item when save
        - `type` string — the type of collection item, learn or glossary
        - `uniq_key` string — the uniqu key extract from org_data
        - `updated_at` BluenteInternalCourseV2ModelCustomTime
          - `time.Time` string
        - `user_id` string — the user udid
        - `word` string — the word user fav
    - `matched` integer
    - `my_courses` string[]
    - `my_interests` string[]
  - `message` string — tip message

---

[API](https://skmtc.net/bluente/apis/bluente-api.md) · [All operations](https://skmtc.net/bluente/apis/bluente-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bluente/bluente-api/revisions/5c90e58bf672/schema)
