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

# Get user's onboarding preference

`GET /v2/onboarding/preference`

Get user's onboarding preference

## Headers

- `Authorization` string

## Response `200`

success

- object
  - `code` integer — 0=success，only parse data when code=0
  - `data` object — real data
    - `complete` integer — final steps confirm
    - `created_at` BluenteInternalCourseV2ModelCustomTime
      - `time.Time` string
    - `goals` string[] — goal
    - `id` integer
    - `industries` string[] — industries
    - `industry` string — industry @deprecated
    - `interests` string[] — an array of interest
    - `learn_language` string — lang of this user
    - `motivation` string — motivation
    - `occupation` string — occupations
    - `speak_language` string — lang of user speak
    - `updated_at` BluenteInternalCourseV2ModelCustomTime
      - `time.Time` string
    - `user_id` string — the user udid
  - `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)
