Skip to main content

GET /map/map

This endpoint can be used to retrieve data for a given key.

Query Parameters
  • siteCode string required

    Id of the Kameleoon project

  • key string required

    Unique key (usually a visitor code or an internal user ID)

  • prettyPrint boolean

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

Responses

Successful operation, map is rendered = JSON object {"<field>": <value = any JSON type>}

Loading...