---
title: "Get key pair values for a user."
method: POST
path: "/Template/GetAppKeyValuePair"
tags: ["Template"]
---

# Get key pair values for a user.

`POST /Template/GetAppKeyValuePair`

<br>
  <i>Replaces "AVRCMSService/Mobile/GetAppKeyValuePair" service.</i>
</br>

## Headers

- `X-Version` string

## Request body

- GetAppKeyValuePairRequest
  - `key` string, nullable — Key identifier, comma separated. Maximum 50 keys.

## Response `200`

Success

- GetAppKeyValuePairResponse[]
  - `key` string, nullable
  - `value` string, nullable
  - `dateModified` string, date-time

## Other responses

- `400` — If param invalid
- `401` — If 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)
