---
title: "Get User Notification Preferences"
method: GET
path: "/v1/user/notification_preference"
tags: ["user"]
---

# Get User Notification Preferences

`GET /v1/user/notification_preference`

Get user's notification preferences

## Response `200`

User notification preferences

- object
  - `weekly_digest_email` boolean, required — Whether to receive weekly digest emails
  - `onboard_preference` object, required — Dynamic key-value pairs for onboarding preferences
  - `real_time_autoscan` boolean, required — Whether to receive real-time autoscan notifications
  - `enable_auto_retest` boolean, required — Whether to enable auto retest
  - `leaks_notifications` object — Leak notification preferences by type
    - `my_leaks` boolean — Personal email leak notifications
    - `employee_leaks` boolean — Corporate/employee domain leak notifications
    - `customer_leaks` boolean — Customer domain leak notifications

## Other responses

- `401` — Example response
- `500` — Example response
- `default` — Example response

## Changes

- **2025-10-28** `c9df54e2fb2c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/projectdiscovery/apis/pdcp-api/changes/v1/user/notification_preference/get.md)

---

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