Skip to main content

videoTrack

/v2/private/userDash/videoTrack

Available Methods​

  • POST

POST /v2/private/userDash/videoTrack​

This endpoint is used to save the video that was played on the intro pages.

Params​

ParamTypeDescription
videoTitleStringVideo title that was played on intro page
Example request body
body: {
videoTitle: "Primary",
}

Returns​

The video's object.

Example return object of just user.cemeteryInfo
video: {
"videoTracks": [
"Primary"
],
"_id": "65aac82b193d22282f481ee8",
"createdAt": "2024-01-19T19:06:19.372Z",
"updatedAt": "2024-01-19T19:06:19.372Z",
"__v": 0
}