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
- */*
Request Body
- siteCode string
customerConfiguration object
dataCenter stringtimeZoneId stringuseProducts booleanmuv int64siteConfiguration object
customerId int64timeCreated int64useMentalist booleanuseRemoteVisitorSync booleanremoteVisitorSyncItpOnly booleanuseSdkBotFiltering booleanuseLastEventsView booleanuseDelayedEvents booleandelayedEventsMaxDaysLate int32dataRetentionPeriodInMonths int32
Responses
- 200
- 400
- 401
- 403
- 429
- 500
Successful operation, map is rendered = JSON object {"<field>": <value = any JSON type>}
Malformed request syntax
Failed authentication (missing token when required, bad token - malformed, expired, invalid signature)
Forbidden user-agent or access denied to restricted resource
Rate limited
Unexpected internal error
Loading...