videoTrack
- base
- localhost
- dev
- prod
/v2/private/userDash/videoTrack
http://localhost:1350/v2/private/userDash/videoTrack
https://dev.everdays.com/v2/private/userDash/videoTrack
https://everdays.com/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​
| Param | Type | Description |
|---|---|---|
| videoTitle | String | Video 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
}