Start a browser session replay recording

Start recording the browser session and return a replay ID.

POST/browsers/{id}/replays

Start recording the browser session and return a replay ID.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Browser session ID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response

application/json

Recording started successfully.

Information about a browser replay recording.

curl -X POST "https://example.com/browsers/string/replays" \  -H "Content-Type: application/json" \  -d '{}'
{  "replay_id": "string",  "started_at": "2019-08-24T14:15:22Z",  "finished_at": "2019-08-24T14:15:22Z",  "replay_view_url": "string"}