Collection

Send session recordings or heatmap data

POST/api/record

Stores session replay events or heatmap clicks and scrolls for a website, using a valid tracking cache token to identify the session and visit.

Request body

NameTypeDescription
anyOfanyOf
Example request

Responses

200The operation completed successfully.
NameTypeDescription
anyOfanyOf
200 example
400Bad request.
NameTypeDescription
errorrequiredobjectError details returned when the operation fails.
400 example
403Forbidden.
NameTypeDescription
errorrequiredobjectError details returned when the operation fails.
403 example
413Payload too large.
NameTypeDescription
errorrequiredobjectError details returned when the operation fails.
413 example
500Server error.
NameTypeDescription
errorrequiredobjectError details returned when the operation fails.
500 example

Code samples

cURL