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
- 200
- 400
- 500
Successful operation, map is rendered = JSON object {"<field>": <value = any JSON type>}
Bad request
Internal server error
Loading...