v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBRum Replay Viewership
Create RUM replay session watch
Record a session watch.
post/api/v2/rum/replay/sessions/{session_id}/watches
Path parameters
session_idstring required
Example:00000000-0000-0000-0000-000000000001
Unique identifier of the session.
Request body
Example request
{
"data": {
"attributes": {
"application_id": "aaaaaaaa-1111-2222-3333-bbbbbbbbbbbb",
"event_id": "11111111-2222-3333-4444-555555555555",
"timestamp": "2026-01-13T17:15:53.208340Z"
},
"type": "rum_replay_watch"
}
}Response
Created
Example response
{
"data": {
"attributes": {
"application_id": "aaaaaaaa-1111-2222-3333-bbbbbbbbbbbb",
"event_id": "11111111-2222-3333-4444-555555555555",
"timestamp": "2026-01-13T17:15:53.208340Z"
},
"type": "rum_replay_watch"
}
}