Skip to main content

GET /map/maps

This endpoint can be used to retrieve data for several keys.

Query Parameters
  • siteCode string required

    Id of the Kameleoon project

  • keys string required

    List of unique keys (usually visitor codes or internal user IDs), encoded as JSON array, e.g. ["key1","key2"]

  • prettyPrint boolean

    Set to true if you would like a "pretty" printed response

Responses

Successful operation, maps are rendered = JSON object {"<key>": <data = JSON object {"<field>": <value = any JSON type>}>}

Loading...