---
title: "查询当前用户偏好设置"
method: GET
path: "/v1/account/preferences"
tags: ["AccountService"]
---

# 查询当前用户偏好设置

`GET /v1/account/preferences`

## Response `200`

OK

- AccountV1Preferences
  - `daily_report` boolean — 是否订阅每日用量报告。
  - `locale` string — 界面语言偏好（如 zh-CN）。
  - `notification_email` string — 通知接收邮箱；为空表示使用登录邮箱。
  - `notification_enabled` boolean — 是否开启通知。
  - `quota_warning_threshold` integer — 配额（余额）告警阈值，单位 micros；0 表示不告警。
  - `timezone` string — 时区（IANA 名称，如 Asia/Shanghai）。

---

[API](https://skmtc.dev/apiqik/apis/apiqik-api.md) · [All operations](https://skmtc.dev/apiqik/apis/apiqik-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apiqik/apiqik-api/revisions/e06b96127408/schema)
