---
title: "Get Firefly III system configuration values."
method: GET
path: "/v1/configuration"
tags: ["configuration"]
---

# Get Firefly III system configuration values.

`GET /v1/configuration`

Returns all editable and not-editable configuration values for this Firefly III installation

## Headers

- `X-Trace-Id` string, uuid

## Response `200`

System configuration values

- Configuration[]
  - `title` 'configuration.is_demo_site' | 'configuration.permission_update_check' | 'configuration.last_update_check' | 'configuration.single_user_mode' | 'firefly.version' | 'firefly.default_location' | 'firefly.account_to_transaction' | 'firefly.allowed_opposing_types' | 'firefly.accountRoles' | 'firefly.valid_liabilities' | 'firefly.interest_periods' | 'firefly.enable_external_map' | 'firefly.expected_source_types' | 'app.timezone' | 'firefly.bill_periods' | 'firefly.credit_card_types' | 'firefly.languages' | 'firefly.valid_view_ranges' | 'cer.enabled' | 'firefly.preselected_accounts' | 'firefly.rule-actions' | 'firefly.context-rule-actions' | 'search.operators' | 'webhook.triggers' | 'webhook.responses' | 'webhook.deliveries', required — Title of the configuration value.
  - `value` union, required
    - boolean
    - string
    - object
    - StringArrayItem[]
  - `editable` boolean, required — If this config variable can be edited by the user

## Other responses

- `400` — Bad request
- `401` — Unauthenticated
- `404` — Page not found
- `500` — Internal exception

---

[API](https://skmtc.dev/firefly-iii/apis/firefly-iii-api-develop.md) · [All operations](https://skmtc.dev/firefly-iii/apis/firefly-iii-api-develop/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/firefly-iii/firefly-iii-api-develop/revisions/8a1f6472e04b/schema)
