Return lightweight heatmap points for large-scale rendering
cURL
curl --request GET \ --url https://api.intrace.ai/v1/events/heatmap-points \ --header 'X-API-Key: <api-key>'
{ "points": [ [ 123, 123, 123 ] ], "total": 123 }
{ "points": [ [3.39, 6.45, 2], [7.39, 9.07, 1] ], "total": 2 }
0
1
2
Lightweight heatmap payload.
Show child attributes