v1

latestOpenAPI 3.0.32026-07-22177397578.0 KB
Map

Get data for several keys

Retrieves data for multiple keys.

get/map/maps

Query parameters

siteCodestring required

The Kameleoon project ID.

keysstring required

JSON array of <key: string>.

A JSON array of unique keys (such as visitor codes or internal user IDs). For example, <code>["key1","key2"]</code>. Limit the array to 100 keys.

prettyPrintboolean

Set to <code>true</code> for a "pretty" printed response.

Headers

user-agentstring required

Not always required. Kameleoon rejects an incoming request if the source is a bot or spider, based on IAB/ABC user-agent filtering rules. Kameleoon uses a single-pass method. You don't need to take specific action when sending requests from a web browser using a standard library (XHR). However, in other cases, set a custom value for the User-Agent request header to overwrite the default value the library sets.

Response

Successful operation, maps are rendered, of type JSON object {"<key>": <map>}, with <map> of type JSON object