---
title: "Get user preferences"
method: GET
path: "/profile/preferences"
tags: ["Profile"]
---

# Get user preferences

`GET /profile/preferences`

Return the authenticated user's preferences. Defaults are used when no preferences have been saved yet.

## Response `200`

Preferences returned.

- UserPreferencesRead
  - `hide_passwords` boolean — When true, plaintext passwords are redacted from search results, the unlocked-leaks list, and exports on email/domain/advanced scopes.

## Other responses

- `401` — Unauthorized.

---

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