---
title: "List user preferences"
method: GET
path: "/api/preferences/"
tags: ["Preferences"]
---

# List user preferences

`GET /api/preferences/`

List user preferences. Returns the requested resource or collection for the authenticated caller.

## Response `200`

Preferences

- PreferencesResponse — preferences Response payload returned by the API.
  - `preferences` PreferenceResponse[], required — Collection of preference values.
    - `key` string, required — key value for the preference Response object.
    - `value` string, required — value value for the preference Response object.
    - `updatedAt` string — Time when the preference was last updated.

---

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