Session replays
Save or unsave a session replay
POST
/api/websites/{websiteId}/replays/saved/{replayId}Adds a replay to the website's saved replays with an optional name, or removes it when isSaved is false.
Headers
| Name | Type | Description |
|---|---|---|
| Authorizationrequired | string | Authentication credentials, e.g. Bearer <token>. |
Path parameters
| Name | Type | Description |
|---|---|---|
| websiteIdrequired | string | ID of the website. |
| replayIdrequired | string | ID of the session replay. |
Request body
| Name | Type | Description |
|---|---|---|
| isSavedrequired | boolean | Whether the replay has been saved. |
| name | string | Display name of the resource. |
Example request
Responses
200The operation completed successfully.
| Name | Type | Description |
|---|---|---|
| okrequired | boolean | Whether the operation succeeded. |
200 example
400Bad request.
| Name | Type | Description |
|---|---|---|
| errorrequired | object | Error details returned when the operation fails. |
400 example
401Unauthorized.
| Name | Type | Description |
|---|---|---|
| errorrequired | object | Error details returned when the operation fails. |
401 example
Code samples
cURL