---
title: "Get Reminder Preferences"
method: GET
path: "/v1/notifications/preferences/reminders"
tags: ["Notifications"]
---

# Get Reminder Preferences

`GET /v1/notifications/preferences/reminders`

Get reminder/nudge email preferences for the organization.

These preferences control funnel-based onboarding nudges,
re-engagement emails, and feature tips.

## Response `200`

Successful Response

- ReminderPreferencesResponse — Response model for reminder preferences.
  - `reminders` ReminderPreferences, required — User preferences for reminder/nudge emails.
    - `enabled` boolean — Master toggle for all reminder emails
    - `onboarding_nudges` boolean — Funnel progression nudges
    - `engagement_reminders` boolean — Re-engagement emails for inactivity
    - `feature_tips` boolean — Helpful tips and inspiration
    - `quiet_hours_start` integer, nullable — Hour (0-23) to start quiet period (UTC)
    - `quiet_hours_end` integer, nullable — Hour (0-23) to end quiet period (UTC)

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/mixpeek/apis/mixpeek-api.md) · [All operations](https://skmtc.net/mixpeek/apis/mixpeek-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixpeek/mixpeek-api/revisions/220a3b263fda/schema)
