---
title: "GET /api/v1.0/hydra/settings"
method: GET
path: "/api/v1.0/hydra/settings"
tags: ["Hydra"]
---

# GET /api/v1.0/hydra/settings

`GET /api/v1.0/hydra/settings`

## Response `200`

OK

- RestApiResultHydraConfig — Rest api result
  - `Data` HydraConfig, required — Hydra configuration
    - `MinimumVersion` string, required — Minimum version
    - `PaymentOptions` string[], required — Payment options
    - `DeviceSettings` DeviceSettings, required — Device settings for Hydra
      - `Volume` integer, required — Gets or sets the device volume
      - `FontSize` number, double, required — Gets or sets the font size used on the device
      - `Brightness` integer, required — Gets or sets the display brightness on the device
    - `Version` string — Version of the device
    - `BuildNumber` string — Build number of the device
    - `GitSha` string — SHA of the commit
    - `GitBranch` string — Build branch

## Other responses

- `400` — BadRequest
- `401` — Authentication has been denied for this request.
- `403` — Successful authentication, but authorization has been denied for this request.
- `404` — NotFound

---

[API](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0.md) · [All operations](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flipdish/flipdish-open-api-v1-0/versions/a72c0465da74/schema)
