---
title: "Get the patient's MNT meal-reminder preference and effective scheduling state"
method: GET
path: "/patients/{patient_id}/meal-reminder-preferences"
tags: ["patient"]
---

# Get the patient's MNT meal-reminder preference and effective scheduling state

`GET /patients/{patient_id}/meal-reminder-preferences`

## Path parameters

- `patient_id` integer, required

## Response `200`

successful operation

- MealReminderPreferencesResponse
  - `can_enable` boolean, required — Whether an explicit enabled preference can currently take effect
  - `explicit_delivery_ready` boolean, required — Whether the delivery policy currently permits the explicit-enabled Customer.io path
  - `mode` 'automatic' | 'enabled' | 'disabled', required
  - `scheduling_enabled` boolean, required — Whether MNT can currently schedule meal reminders for this patient

---

[API](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server.md) · [All operations](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/llms.txt) · [OpenAPI document](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/revisions/a61b77b30e63?raw)
