---
title: Rum Replay Heatmaps
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > API Reference > Rum Replay Heatmaps
---

# Rum Replay Heatmaps

Manage heatmap snapshots for RUM replay sessions. Create, update, delete, and retrieve snapshots to visualize user interactions on specific views.

## Create replay heatmap snapshot →{% #create-replay-heatmap-snapshot %}

| Datadog site      | API endpoint                                                       |
| ----------------- | ------------------------------------------------------------------ |
| ap1.datadoghq.com | POST https://api.ap1.datadoghq.com/api/v2/replay/heatmap/snapshots |
| ap2.datadoghq.com | POST https://api.ap2.datadoghq.com/api/v2/replay/heatmap/snapshots |
| app.datadoghq.eu  | POST https://api.datadoghq.eu/api/v2/replay/heatmap/snapshots      |
| app.ddog-gov.com  | POST https://api.ddog-gov.com/api/v2/replay/heatmap/snapshots      |
| us2.ddog-gov.com  | POST https://api.us2.ddog-gov.com/api/v2/replay/heatmap/snapshots  |
| app.datadoghq.com | POST https://api.datadoghq.com/api/v2/replay/heatmap/snapshots     |
| us3.datadoghq.com | POST https://api.us3.datadoghq.com/api/v2/replay/heatmap/snapshots |
| us5.datadoghq.com | POST https://api.us5.datadoghq.com/api/v2/replay/heatmap/snapshots |

## List replay heatmap snapshots →{% #list-replay-heatmap-snapshots %}

| Datadog site      | API endpoint                                                      |
| ----------------- | ----------------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v2/replay/heatmap/snapshots |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v2/replay/heatmap/snapshots |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v2/replay/heatmap/snapshots      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v2/replay/heatmap/snapshots      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v2/replay/heatmap/snapshots  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v2/replay/heatmap/snapshots     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v2/replay/heatmap/snapshots |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v2/replay/heatmap/snapshots |

## Update replay heatmap snapshot →{% #update-replay-heatmap-snapshot %}

| Datadog site      | API endpoint                                                                      |
| ----------------- | --------------------------------------------------------------------------------- |
| ap1.datadoghq.com | PATCH https://api.ap1.datadoghq.com/api/v2/replay/heatmap/snapshots/{snapshot_id} |
| ap2.datadoghq.com | PATCH https://api.ap2.datadoghq.com/api/v2/replay/heatmap/snapshots/{snapshot_id} |
| app.datadoghq.eu  | PATCH https://api.datadoghq.eu/api/v2/replay/heatmap/snapshots/{snapshot_id}      |
| app.ddog-gov.com  | PATCH https://api.ddog-gov.com/api/v2/replay/heatmap/snapshots/{snapshot_id}      |
| us2.ddog-gov.com  | PATCH https://api.us2.ddog-gov.com/api/v2/replay/heatmap/snapshots/{snapshot_id}  |
| app.datadoghq.com | PATCH https://api.datadoghq.com/api/v2/replay/heatmap/snapshots/{snapshot_id}     |
| us3.datadoghq.com | PATCH https://api.us3.datadoghq.com/api/v2/replay/heatmap/snapshots/{snapshot_id} |
| us5.datadoghq.com | PATCH https://api.us5.datadoghq.com/api/v2/replay/heatmap/snapshots/{snapshot_id} |

## Delete replay heatmap snapshot →{% #delete-replay-heatmap-snapshot %}

| Datadog site      | API endpoint                                                                       |
| ----------------- | ---------------------------------------------------------------------------------- |
| ap1.datadoghq.com | DELETE https://api.ap1.datadoghq.com/api/v2/replay/heatmap/snapshots/{snapshot_id} |
| ap2.datadoghq.com | DELETE https://api.ap2.datadoghq.com/api/v2/replay/heatmap/snapshots/{snapshot_id} |
| app.datadoghq.eu  | DELETE https://api.datadoghq.eu/api/v2/replay/heatmap/snapshots/{snapshot_id}      |
| app.ddog-gov.com  | DELETE https://api.ddog-gov.com/api/v2/replay/heatmap/snapshots/{snapshot_id}      |
| us2.ddog-gov.com  | DELETE https://api.us2.ddog-gov.com/api/v2/replay/heatmap/snapshots/{snapshot_id}  |
| app.datadoghq.com | DELETE https://api.datadoghq.com/api/v2/replay/heatmap/snapshots/{snapshot_id}     |
| us3.datadoghq.com | DELETE https://api.us3.datadoghq.com/api/v2/replay/heatmap/snapshots/{snapshot_id} |
| us5.datadoghq.com | DELETE https://api.us5.datadoghq.com/api/v2/replay/heatmap/snapshots/{snapshot_id} |
