Skip to main content
GET
/
v1
/
events
/
heatmap-points
Heatmap points
curl --request GET \
  --url https://api.intrace.ai/v1/events/heatmap-points \
  --header 'X-API-Key: <api-key>'
{
  "points": [
    [
      123,
      123,
      123
    ]
  ],
  "total": 123
}
Returns compact coordinate-plus-severity data optimized for map rendering.

Response shape

{
  "points": [
    [3.39, 6.45, 2],
    [7.39, 9.07, 1]
  ],
  "total": 2
}
Severity weights:
  • 0 = low
  • 1 = medium
  • 2 = high or critical

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

Lightweight heatmap payload.

points
tuple[]
required
total
integer
required