Heatmap
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
GET |
Retrieve environments heatmap screenshots content
Fetch the rendered screenshot image (JPEG bytes) for a saved heatmap at a given viewport width. Returns 202 with the saved-heatmap metadata while the screenshot is still being generated.
Required API key scopes
heatmap:readPath parameters
- idstring
Query parameters
- widthinteger
Example request
GET /api /environments /:environment_id /heatmap_screenshots /:id /contentExample response
Status 200
Status 202
RESPONSE
Retrieve heatmap screenshots content
Fetch the rendered screenshot image (JPEG bytes) for a saved heatmap at a given viewport width. Returns 202 with the saved-heatmap metadata while the screenshot is still being generated.
Required API key scopes
heatmap:readPath parameters
- idstring
Query parameters
- widthinteger
Example request
GET /api /projects /:project_id /heatmap_screenshots /:id /contentExample response
Status 200
Status 202
RESPONSE