---
title: "Get data for several keys"
method: GET
path: "/map/maps"
tags: ["Map"]
---

# Get data for several keys

`GET /map/maps`

Retrieves data for multiple keys.

## Query parameters

- `siteCode` string, required
- `keys` string, required — JSON array of `<key: string>`.
- `prettyPrint` boolean

## Headers

- `user-agent` string, required

## Response `200`

Successful operation, maps are rendered, of type JSON object {&quot;&lt;key&gt;&quot;: &lt;map&gt;}, with &lt;map&gt; of type JSON object

## Other responses

- `400` — Malformed URL query syntax.
- `401` — Authentication failed. Either the HTTP header value is malformed, or the token is missing or invalid (malformed, expired, or invalid signature).
- `403` — Access denied. Forbidden user-agent or restricted resource.
- `429` — Kameleoon rate-limited the request.
- `500` — An unexpected internal error occurred.

---

[API](https://skmtc.net/kameleoon/apis/openapi-definition-for-automation-api.md) · [All operations](https://skmtc.net/kameleoon/apis/openapi-definition-for-automation-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kameleoon/openapi-definition-for-automation-api/revisions/09f2abcea0b5/schema)
