---
title: "Retrieves the configuration value for a given key and institute."
method: POST
path: "/External/GetConfig"
tags: ["External"]
---

# Retrieves the configuration value for a given key and institute.

`POST /External/GetConfig`

## Headers

- `X-Version` string

## Request body

- GetConfigRequest
  - `instituteId` integer, required — Institute identifier
  - `key` string, required — Key identifier

## Response `200`

Success

- GetConfigResponse
  - `value` string, nullable — File name of the converted and uploaded audio

## Other responses

- `400` — If the key or institute ID is invalid.
- `401` — If the user is unauthorized.

---

[API](https://skmtc.dev/eon-xr/apis/eonxr-api.md) · [All operations](https://skmtc.dev/eon-xr/apis/eonxr-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eon-xr/eonxr-api/revisions/538c75161c64/schema)
