Stop a browser session replay recording

Stop the specified replay recording and persist the video.

POST/browsers/{id}/replays/{replay_id}/stop

Stop the specified replay recording and persist the video.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Browser session ID

replay_id*string

Replay recording identifier

Response

Recording stopped successfully.

no response body.
curl -X POST "https://example.com/browsers/string/replays/string/stop"
Empty