Session replays

Check whether a replay is saved

GET/api/websites/{websiteId}/replays/saved/{replayId}

Returns whether the specified replay is in the website's saved replays.

Headers

NameTypeDescription
AuthorizationrequiredstringAuthentication credentials, e.g. Bearer <token>.

Path parameters

NameTypeDescription
websiteIdrequiredstringID of the website.
replayIdrequiredstringID of the session replay.

Responses

200The operation completed successfully.
NameTypeDescription
isSavedrequiredbooleanWhether the replay has been saved.
200 example
401Unauthorized.
NameTypeDescription
errorrequiredobjectError details returned when the operation fails.
401 example

Code samples

cURL