---
title: "Get plan settings"
method: GET
path: "/plans/{plan_id}/settings"
tags: ["Plans"]
---

# Get plan settings

`GET /plans/{plan_id}/settings`

Returns settings for a plan

## Path parameters

- `plan_id` string, required

## Response `200`

The requested plan settings

- PlanSettingsResponse
  - `data` object, required
    - `settings` PlanSettings, required
      - `date_format` DateFormat, nullable, required — The date format setting for the plan. In some cases the format will not be available and will be specified as null.
        - `format` string, required
      - `currency_format` CurrencyFormat, nullable, required — The currency format setting for the plan. In some cases the format will not be available and will be specified as null.
        - `iso_code` string, required
        - `example_format` string, required
        - `decimal_digits` integer, required
        - `decimal_separator` string, required
        - `symbol_first` boolean, required
        - `group_separator` string, required
        - `currency_symbol` string, required
        - `display_symbol` boolean, required

## Other responses

- `404` — The specified plan was not found

---

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