---
title: "Get MIRO Server configuration information"
method: GET
path: "/configuration/"
tags: ["configuration"]
---

# Get MIRO Server configuration information

`GET /configuration/`

Return configuration information of MIRO Server instance

- **version**: Version of GAMS MIRO Server
- **authentication_mode**: Authentication mode (engine or oidc)

## Response `200`

Successful Response

- ConfigurationResponse
  - `version` string, required
  - `authentication_mode` string, required

## Other responses

- `500` — Internal Server Error

## Changes

- **2026-06-30** `358e5609409b` — 1 info
  - api operation id `get_configuration` removed and replaced with `get_configuration_configuration__get`
- **2023-03-30** `07eb81cc8e2e` — 1 info
  - added the required property `authentication_mode` to the response with the `200` status
- **2022-12-22** `5366dfd18e83` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/gams-dev/apis/miro-server-api/changes/configuration/get.md)

---

[API](https://skmtc.dev/gams-dev/apis/miro-server-api.md) · [All operations](https://skmtc.dev/gams-dev/apis/miro-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gams-dev/miro-server-api/revisions/358e5609409b/schema)
