---
title: "Get meal plan settings for a clinic"
method: GET
path: "/clinics/{clinic_id}/meal-plan-settings"
tags: ["meal-plan"]
---

# Get meal plan settings for a clinic

`GET /clinics/{clinic_id}/meal-plan-settings`

## Path parameters

- `clinic_id` integer, required

## Response `200`

successful operation

- ClinicMealPlanSettingsResponse
  - `brand_color_primary` string, required
  - `brand_color_secondary` string, required
  - `clinic_id` integer, required
  - `footer_text` string, nullable
  - `id` integer, required
  - `logo_storage_key` string, nullable

## Other responses

- `404` — clinic not found

---

[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/081a2697c0f1?raw)
