---
title: "Get Settings Endpoint"
method: GET
path: "/api/v1/settings/"
tags: ["settings", "web_app", "NOT_USED"]
---

# Get Settings Endpoint

`GET /api/v1/settings/`

Get current user settings

## Response `200`

Successful Response

- Settings — API 响应中的设置
  - `language` string
  - `voice_enabled` boolean
  - `id` string, required
  - `user_id` string, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, nullable

## Changes

- **2025-11-30** `64a35ff6429d` — 1 info
  - api tag `NOT_USED` added
- **2025-11-25** `05cf5f034c74` — 1 info
  - api tag `web_app` added

[Change history](https://skmtc.dev/nascentcore/apis/inty-backend/changes/api/v1/settings/get.md)

---

[API](https://skmtc.dev/nascentcore/apis/inty-backend.md) · [All operations](https://skmtc.dev/nascentcore/apis/inty-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nascentcore/inty-backend/revisions/1e014c365df2/schema)
