{"info":{"_postman_id":"7fe2108f-c8a8-45b0-aa31-9c15bb2dc3b0","name":"HippoVideo API","description":"<html><head></head><body><p>APIs required for video personalisation is being listed here.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5278433","collectionId":"7fe2108f-c8a8-45b0-aa31-9c15bb2dc3b0","publishedId":"Tz5naxpW","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-06-10T18:22:30.000Z"},"item":[{"name":"Authentication","item":[{"name":"Sign up","id":"1ffe14d3-851d-41d5-8d12-cda97c498092","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://www.hippovideo.io/api/v1/auth/new?client_id={{client_id}}&client_secret={{client_secret}}&email={{email}}&password={{password}}","description":"<p>All the HippoVideo is authenticated based on authentication token and email address. Authentication token is temporary credential and it may expire after some time. In that case, Auth API should be called to get new authentication token. To call Auth API, api_key is must. API key can be copied in profile settings inside product. </p>\n<p>Incase, if you need to create account dynamically, then client_id and client secret is must. You can call HippoVideo Support to get the client id and client secret. It can be used to call sign up API which returns the API key in the response.</p>\n","urlObject":{"protocol":"https","path":["api","v1","auth","new"],"host":["www","hippovideo","io"],"query":[{"description":{"content":"<p>Client Id of the service.</p>\n","type":"text/plain"},"key":"client_id","value":"{{client_id}}"},{"description":{"content":"<p>Client Secret of the service</p>\n","type":"text/plain"},"key":"client_secret","value":"{{client_secret}}"},{"description":{"content":"<p>Email Address of the new account to be created</p>\n","type":"text/plain"},"key":"email","value":"{{email}}"},{"description":{"content":"<p>Password of the new account to be created</p>\n","type":"text/plain"},"key":"password","value":"{{password}}"}],"variable":[]}},"response":[{"id":"5d342a37-a6ed-4b26-b28a-a8faaf737681","name":"Sign up","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://www.hippovideo.io/api/v1/auth/new?client_id={{client_secret}}&client_secret={{client_id}}&email={{email}}&password={{password}}","protocol":"https","host":["www","hippovideo","io"],"path":["api","v1","auth","new"],"query":[{"key":"client_id","value":"{{client_secret}}"},{"key":"client_secret","value":"{{client_id}}"},{"key":"email","value":"{{email}}"},{"key":"password","value":"{{password}}"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"authentication_token\": \"{{authentication_token}}\",\n    \"api_key\": \"{{api_key}}\"\n}"}],"_postman_id":"1ffe14d3-851d-41d5-8d12-cda97c498092"},{"name":"Authentication","id":"aec7dec2-19b9-45cd-aab8-11f30daa0d20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","description":"<p>Email Address of the Account</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>API Key of the Account</p>\n","type":"text"}]},"url":"https://www.hippovideo.io/api/v1/me/auth","description":"<p>Authentication works based on the user's email address and authentication token. Users can copy the API key present in profile settings to call the below API to get an authentication token. Basic parameters such as email and authentication_token must be passed while calling the API, else it will throw an authentication error.</p>\n<p>*Authentication token is dynamic in nature whereas API key is static.</p>\n","urlObject":{"protocol":"https","path":["api","v1","me","auth"],"host":["www","hippovideo","io"],"query":[],"variable":[]}},"response":[{"id":"b79b58f0-ae0b-4230-900a-934bce183e14","name":"Authentication","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","description":"Email Address of the Account","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"API Key of the Account","type":"text"}]},"url":"https://www.hippovideo.io/api/v1/me/auth"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"authentication_token\": \"{{authentication_token}}\"\n}"}],"_postman_id":"aec7dec2-19b9-45cd-aab8-11f30daa0d20"}],"id":"1912bda4-0f1c-4812-b6e3-7c90af9c12c4","_postman_id":"1912bda4-0f1c-4812-b6e3-7c90af9c12c4","description":""},{"name":"Videos","item":[{"name":"Import Video","id":"7f46cf83-a92f-4ead-a798-df67b20fab6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","type":"text","description":"<p>Email address of the account</p>\n"},{"key":"authentication_token","value":"{{authentication_token}}","type":"text","description":"<p>authentication_token from Authentication API response.</p>\n"},{"key":"title","value":"{{title}}","type":"text","description":"<p>title of the video</p>\n"},{"key":"url","value":"{{url}}","type":"text","description":"<p>Public URL of the videos to be downloaded and uploaded to HippoVideo</p>\n"}]},"url":"https://www.hippovideo.io/api/v1/me/video/import","urlObject":{"protocol":"https","path":["api","v1","me","video","import"],"host":["www","hippovideo","io"],"query":[],"variable":[]}},"response":[{"id":"b96f60d6-7b28-422a-b6b5-cb66edb9e6eb","name":"Import Video","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","type":"text","description":"Email address of the account"},{"key":"authentication_token","value":"{{authentication_token}}","type":"text","description":"authentication_token from Authentication API response."},{"key":"title","value":"{{title}}","type":"text","description":"title of the video"},{"key":"url","value":"{{url}}","type":"text","description":"Public URL of the videos to be downloaded and uploaded to HippoVideo"}]},"url":"https://www.hippovideo.io/api/v1/me/video/import"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"code\": 200,\n    \"share_url\": \"https://www.hippovideo.io/video/play/K03qjCVEJ6EtEjacoYnsIw\",\n    \"video_id\": 8623354,\n    \"thumbnail_preview\": \"https://hippolms-storage.s3-accelerate.amazonaws.com/wiz/videos/previews/K03qjCVEJ6EtEjacoYnsIw.gif\"\n}"}],"_postman_id":"7f46cf83-a92f-4ead-a798-df67b20fab6b"},{"name":"Get Categories","id":"d55b4daf-9c0d-4274-a326-14db91417d32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","type":"text","description":"<p>Email address of the account</p>\n"},{"key":"authentication_token","value":"{{authentication_token}}","type":"text","description":"<p>authentication_token from Authentication API response.</p>\n"}]},"url":"https://www.hippovideo.io/api/v1/me/video/categories","urlObject":{"protocol":"https","path":["api","v1","me","video","categories"],"host":["www","hippovideo","io"],"query":[],"variable":[]}},"response":[{"id":"f32446ea-e88e-45f4-9b73-0fe2aa8f928b","name":"Get Categories","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","type":"text","description":"Email address of the account"},{"key":"authentication_token","value":"{{authentication_token}}","type":"text","description":"authentication_token from Authentication API response."}]},"url":"https://www.hippovideo.io/api/v1/me/video/categories"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"categories\": [\n        {\n            \"id\": 1112685,\n            \"name\": \"DemoVideos\",\n            \"created_by\": \"GOWTHAM\",\n            \"created_at\": \"Mar 03, 2020\",\n            \"num_videos\": 2\n        },\n        {\n            \"id\": 1315210,\n            \"name\": \"Hippo Video Support - Zoom Recordings\",\n            \"created_by\": \"GOWTHAM\",\n            \"created_at\": \"Apr 17, 2020\",\n            \"num_videos\": 1\n        },\n        {\n            \"id\": 303132,\n            \"name\": \"Prospecting Videos\",\n            \"created_by\": \"GOWTHAM\",\n            \"created_at\": \"Nov 30, 2018\",\n            \"num_videos\": 62\n        }\n    ]\n}"}],"_postman_id":"d55b4daf-9c0d-4274-a326-14db91417d32"},{"name":"Library API","id":"3737ddbe-d933-4ab0-b085-e5da4114dc98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","type":"text","description":"<p>Email address of the account</p>\n"},{"key":"authentication_token","value":"{{authentication_token}}","type":"text","description":"<p>authentication_token from Authentication API response.</p>\n"},{"key":"page","value":"{{page}}","type":"text","description":"<p>page number of the results (each page has 20 records)”</p>\n"},{"key":"category_id","value":"{{category_id}}","type":"text","description":"<p>id of the category to be fetched</p>\n"},{"key":"video_type","value":"{{video_type}}","type":"text","description":"<p>“library” (default) or “testimonial</p>\n"}]},"url":"https://www.hippovideo.io/api/v1/me/videos/list","urlObject":{"protocol":"https","path":["api","v1","me","videos","list"],"host":["www","hippovideo","io"],"query":[],"variable":[]}},"response":[{"id":"92e46efe-0637-4da5-8546-476ee0a9a499","name":"Library API","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","type":"text","description":"Email address of the account"},{"key":"authentication_token","value":"{{authentication_token}}","type":"text","description":"authentication_token from Authentication API response."},{"key":"page","value":"{{page}}","type":"text","description":"page number of the results (each page has 20 records)”"},{"key":"category_id","value":"{{category_id}}","type":"text","description":"id of the category to be fetched"},{"key":"video_type","value":"{{video_type}}","type":"text","description":"“library” (default) or “testimonial"}]},"url":"https://www.hippovideo.io/api/v1/me/videos/list"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"videos\": [\n        {\n            \"id\": 8623354,\n            \"title\": \"My New Video Create from API\",\n            \"created_at\": \"Today at 15:08\",\n            \"thumbnail\": \"https://hippolms-storage.s3-accelerate.amazonaws.com/wiz/videos/thumbnails/v2/K03qjCVEJ6EtEjacoYnsIw.jpg\",\n            \"share_thumbnail\": \"https://hippolms-storage.s3-accelerate.amazonaws.com/wiz/videos/thumbnails/v2/K03qjCVEJ6EtEjacoYnsIw_play.jpg\",\n            \"share_url\": \"https://gowtham26.hippovideo.io/video/play/K03qjCVEJ6EtEjacoYnsIw\",\n            \"token\": \"K03qjCVEJ6EtEjacoYnsIw\",\n            \"embed_url\": \"https://www.hippovideo.io/video/embed/K03qjCVEJ6EtEjacoYnsIw\",\n            \"duration\": \"01m:56s\"\n        }\n    ],\n    \"has_next_page\": false,\n    \"page\": 1,\n    \"next_page\": 2\n}"}],"_postman_id":"3737ddbe-d933-4ab0-b085-e5da4114dc98"},{"name":"Get Video API","id":"f13c379f-07ac-4e48-a7f8-09388f033d03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","type":"text","description":"<p>Email address of the account</p>\n"},{"key":"authentication_token","value":"{{authentication_token}}","type":"text","description":"<p>authentication_token from Authentication API response.</p>\n"},{"key":"video_id","value":"{{video_id}}","description":"<p>video_id - id of the video to be fetched</p>\n","type":"text"},{"key":"","value":"","type":"text"}]},"url":"https://www.hippovideo.io/api/v1/me/video/{{video_id}}","urlObject":{"protocol":"https","path":["api","v1","me","video","{{video_id}}"],"host":["www","hippovideo","io"],"query":[],"variable":[]}},"response":[{"id":"55f335cd-e1ff-4816-8a46-e5fee769c59a","name":"Get Video API","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","type":"text","description":"Email address of the account"},{"key":"authentication_token","value":"{{authentication_token}}","type":"text","description":"authentication_token from Authentication API response."},{"key":"video_id","value":"{{video_id}}","description":"video_id - id of the video to be fetched","type":"text"},{"key":"","value":"","type":"text"}]},"url":"https://www.hippovideo.io/api/v1/me/video/{{video_id}}"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"id\": 8623354,\n    \"title\": \"My New Video Create from API\",\n    \"description\": \"\",\n    \"created_at\": \"2021-02-10T09:38:53.988Z\",\n    \"display_date\": \"Today at 09:38\",\n    \"thumbnail\": \"https://hippolms-storage.s3-accelerate.amazonaws.com/wiz/videos/thumbnails/v2/K03qjCVEJ6EtEjacoYnsIw.jpg\",\n    \"share_url\": \"https://www.hippovideo.io/video/play/K03qjCVEJ6EtEjacoYnsIw\",\n    \"token\": \"K03qjCVEJ6EtEjacoYnsIw\",\n    \"share_thumbnail\": \"https://hippolms-storage.s3-accelerate.amazonaws.com/wiz/videos/previews/K03qjCVEJ6EtEjacoYnsIw.gif\",\n    \"embed_url\": \"https://www.hippovideo.io/video/embed/K03qjCVEJ6EtEjacoYnsIw\",\n    \"email_embed\": \"<table style=\\\"width:100%; max-width: 360px; height: 250px; border-collapse: collapse; border-spacing: 0; margin: 0;\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"><tr><td><table style=\\\"width:100%; height: 200px;background-color:#f6f6f6;border-top-left-radius:5px;border-top-right-radius:5px;border:1px solid rgba(117,117,117,0.1); overflow: hidden; border-collapse: separate; border-spacing: 0; margin: 0;\\\"  cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"><tr><td><a href=\\\"https://www.hippovideo.io/video/play/K03qjCVEJ6EtEjacoYnsIw\\\" style=\\\"text-decoration:none; display: block; width: 100%; height: 200px; cursor: pointer; background-image: url(\\\"\\\"); background-repeat: no-repeat; background-position: center; background-size: cover;\\\" target=\\\"_blank\\\"><img width=\\\"360\\\" height=\\\"200\\\" alt=\\\"My New Video Create from API\\\" src=\\\"https://hippolms-storage.s3-accelerate.amazonaws.com/wiz/videos/previews/K03qjCVEJ6EtEjacoYnsIw.gif\\\" style=\\\"width: 360px; height: 200px; object-fit: cover; object-position: center; display: block;\\\" alt=\\\"\\\"></a></td></tr></table><table style=\\\"width:100%;background:#fafafa; border:1px solid rgba(117,117,117,0.1);border-top:none; border-bottom-left-radius:5px;border-bottom-right-radius:5px; border-collapse: separate; border-spacing: 0; margin: 0;\\\"  cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"><tr><td><a href=\\\"https://www.hippovideo.io/video/play/K03qjCVEJ6EtEjacoYnsIw\\\" style=\\\"text-decoration:none; display: block; cursor: pointer;\\\" target=\\\"_blank\\\"><div style=\\\"padding-left:10px;padding-top:3px;font-size:16px;font-weight:bold;letter-spacing:0.3px;font-family:Open Sans;color:#212121;overflow:hidden;text-overflow:ellipsis;white-space:nowrap\\\">My New Video Create from API</div><div style=\\\"padding-left:10px;padding-bottom: 3px;letter-spacing:0.3px;font-family:Open Sans;font-size:13px;color:#52a8be\\\">Click to watch video</div></a></td></tr></table></td></tr></table>\",\n    \"categories\": [\n        {\n            \"id\": 938379,\n            \"name\": \"Christmas Template\"\n        },\n        {\n            \"id\": 1112685,\n            \"name\": \"DemoVideos\"\n        },\n        {\n            \"id\": 1315210,\n            \"name\": \"Hippo Video Support - Zoom Recordings\"\n        },\n        {\n            \"id\": 444236,\n            \"name\": \"HyperPersonalization\"\n        },\n        {\n            \"id\": 1151545,\n            \"name\": \"Integrations Hippo\"\n        },\n        {\n            \"id\": 23460,\n            \"name\": \"Others\"\n        },\n        {\n            \"id\": 979083,\n            \"name\": \"Personalize Greetings\"\n        },\n        {\n            \"id\": 303132,\n            \"name\": \"Prospecting Videos\"\n        }\n    ],\n    \"tags\": []\n}"}],"_postman_id":"f13c379f-07ac-4e48-a7f8-09388f033d03"}],"id":"3f7eb63c-63ca-4d24-be78-0dbb895e4ab5","_postman_id":"3f7eb63c-63ca-4d24-be78-0dbb895e4ab5","description":""},{"name":"Video Reports","item":[{"name":"Video Reports API","id":"d098b1f1-dff5-43a0-9583-44410ed5055a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","type":"text","description":"<p>Email address of the account</p>\n"},{"key":"authentication_token","value":"{{authentication_token}}","type":"text","description":"<p>authentication_token from Authentication API response</p>\n"},{"key":"video_id","value":"{{video_id}}","description":"<p>id of the video for which reports to be fetched</p>\n","type":"text"}]},"url":"https://www.hippovideo.io/api/v1/me/video/reports/{{video_id}}","urlObject":{"protocol":"https","path":["api","v1","me","video","reports","{{video_id}}"],"host":["www","hippovideo","io"],"query":[],"variable":[]}},"response":[{"id":"ae203fdf-c799-4d2c-b82a-2c3970a725af","name":"Video Reports API","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","type":"text","description":"Email address of the account"},{"key":"authentication_token","value":"{{authentication_token}}","type":"text","description":"authentication_token from Authentication API response"},{"key":"video_id","value":"{{video_id}}","description":"id of the video for which reports to be fetched","type":"text"}]},"url":"https://www.hippovideo.io/api/v1/me/video/reports/{{video_id}}"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"id\": 8495758,\n    \"total_plays\": 10,\n    \"total_page_loads\": 10,\n    \"unique_users\": 6,\n    \"avg_watch_rate\": 55,\n    \"actions\": {\n        \"no_of_actions\": 1,\n        \"annotations\": 0,\n        \"call_to_actions\": 0,\n        \"forms\": 0,\n        \"end_screens\": 0,\n        \"questions\": 0,\n        \"comments\": 1,\n        \"reactions\": null,\n        \"replies\": 0\n    },\n    \"watch_rate\": {\n        \"0\": 2,\n        \"25\": 0,\n        \"50\": 0,\n        \"75\": 1,\n        \"100\": 3\n    },\n    \"popular_region\": \"Mumbai, INDIA\",\n    \"plays_in_popular_region\": \"2 plays from Mumbai, INDIA\"\n}"}],"_postman_id":"d098b1f1-dff5-43a0-9583-44410ed5055a"},{"name":"Viewer Profile based on Video ","id":"208d88fe-2b3b-4c9a-92e5-8d4a15d79952","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","type":"text","description":"<p>Email address of the account</p>\n"},{"key":"authentication_token","value":"{{authentication_token}}","type":"text","description":"<p>authentication_token from Authentication API response</p>\n"},{"key":"video_id","value":"{{video_id}}","type":"text","description":"<p>id of the video for which reports to be fetched</p>\n"}]},"url":"https://www.hippovideo.io/api/v1/me/video/viewer_profile","urlObject":{"protocol":"https","path":["api","v1","me","video","viewer_profile"],"host":["www","hippovideo","io"],"query":[],"variable":[]}},"response":[{"id":"5dd93dd3-8af3-443f-8c15-565af85319c6","name":"Viewer Profile based on Video ","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","type":"text","description":"Email address of the account"},{"key":"authentication_token","value":"{{authentication_token}}","type":"text","description":"authentication_token from Authentication API response"},{"key":"video_id","value":"{{video_id}}","type":"text","description":"id of the video for which reports to be fetched"}]},"url":"https://www.hippovideo.io/api/v1/me/video/viewer_profile"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"viewer_profile\": [\n        {\n            \"video_id\": \"8495758\",\n            \"email\": null,\n            \"viewer_name\": null,\n            \"ip\": \"171.61.231.131\",\n            \"last_viewed_time\": \"03/02/2021 11:19PM\",\n            \"location\": \"Madurai, INDIA\",\n            \"device\": \"DESKTOP\",\n            \"os\": \"Macintosh\",\n            \"browser\": \"Chrome\",\n            \"referer_url\": \"https://gowtham26.hippovideo.io/video/play/NRyCQS1Boe7sri-4wPVeDA?org_tok=4dcswZJxqKCtb__gLPUynQ\",\n            \"precentage_played\": 3,\n            \"views\": 1\n        },\n        {\n            \"video_id\": \"8495758\",\n            \"email\": null,\n            \"viewer_name\": null,\n            \"ip\": \"13.127.239.100\",\n            \"last_viewed_time\": \"03/02/2021 03:47PM\",\n            \"location\": \"Mumbai, INDIA\",\n            \"device\": \"DESKTOP\",\n            \"os\": \"Macintosh\",\n            \"browser\": \"Chrome\",\n            \"referer_url\": \"https://gowtham26.hippovideo.io/video/play/NRyCQS1Boe7sri-4wPVeDA?org_tok=4dcswZJxqKCtb__gLPUynQ&utm_source=hv-campaigns\",\n            \"precentage_played\": 98,\n            \"views\": 5\n        },\n        {\n            \"video_id\": \"8495758\",\n            \"email\": null,\n            \"viewer_name\": null,\n            \"ip\": \"106.197.39.82\",\n            \"last_viewed_time\": \"02/02/2021 04:34PM\",\n            \"location\": \"Salem, INDIA\",\n            \"device\": \"DESKTOP\",\n            \"os\": \"Windows\",\n            \"browser\": \"Chrome\",\n            \"referer_url\": \"https://www.google.com/\",\n            \"precentage_played\": 100,\n            \"views\": 1\n        },\n        {\n            \"video_id\": \"8495758\",\n            \"email\": null,\n            \"viewer_name\": null,\n            \"ip\": \"223.228.188.232\",\n            \"last_viewed_time\": \"02/02/2021 04:25PM\",\n            \"location\": \"Alwaye, INDIA\",\n            \"device\": \"DESKTOP\",\n            \"os\": \"Macintosh\",\n            \"browser\": \"Chrome\",\n            \"referer_url\": \"https://www.google.com/\",\n            \"precentage_played\": 100,\n            \"views\": 1\n        },\n        {\n            \"video_id\": \"8495758\",\n            \"email\": null,\n            \"viewer_name\": null,\n            \"ip\": \"202.131.157.255\",\n            \"last_viewed_time\": \"02/02/2021 04:13PM\",\n            \"location\": \"Bengaluru, INDIA\",\n            \"device\": \"DESKTOP\",\n            \"os\": \"Macintosh\",\n            \"browser\": \"Chrome\",\n            \"referer_url\": \"https://www.google.com/\",\n            \"precentage_played\": 100,\n            \"views\": 1\n        },\n        {\n            \"video_id\": \"8495758\",\n            \"email\": null,\n            \"viewer_name\": null,\n            \"ip\": \"49.37.215.18\",\n            \"last_viewed_time\": \"02/02/2021 04:13PM\",\n            \"location\": \"Mumbai, INDIA\",\n            \"device\": \"DESKTOP\",\n            \"os\": \"Macintosh\",\n            \"browser\": \"Chrome\",\n            \"referer_url\": \"https://www.google.com/\",\n            \"precentage_played\": 23,\n            \"views\": 1\n        }\n    ],\n    \"load_more\": false,\n    \"page\": 1,\n    \"next_page\": 2\n}"}],"_postman_id":"208d88fe-2b3b-4c9a-92e5-8d4a15d79952"},{"name":"Viewer Profile based on Viewer Email","id":"6df13a71-b78c-486c-ab86-f8c0f37b170f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","type":"text","description":"<p>Email address of the account</p>\n"},{"key":"authentication_token","value":"{{authentication_token}}","type":"text","description":"<p>authentication_token from Authentication API response</p>\n"},{"key":"user_email","value":"{{user_email}}","type":"text","description":"<p>Email address of the viewer</p>\n"}]},"url":"https://www.hippovideo.io/api/v1/me/video/viewer_profile","urlObject":{"protocol":"https","path":["api","v1","me","video","viewer_profile"],"host":["www","hippovideo","io"],"query":[],"variable":[]}},"response":[{"id":"4f10a71a-93b1-4cd8-9c66-b91256deca7f","name":"Viewer Profile based on Viewer Email","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","type":"text","description":"Email address of the account"},{"key":"authentication_token","value":"{{authentication_token}}","type":"text","description":"authentication_token from Authentication API response"},{"key":"user_email","value":"{{user_email}}","type":"text","description":"Email address of the viewer"}]},"url":"https://www.hippovideo.io/api/v1/me/video/viewer_profile"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"viewer_profile\": [\n        {\n            \"video_id\": \"214740565\",\n            \"email\": \"dhaya+sf3@hippovideo.io\",\n            \"viewer_name\": \"Gowtham\",\n            \"ip\": \"127.0.0.1\",\n            \"last_viewed_time\": \"09/02/2021 09:10PM\",\n            \"location\": \" NA \",\n            \"device\": \"DESKTOP\",\n            \"os\": \"Macintosh\",\n            \"browser\": \"Chrome\",\n            \"referer_url\": \"http://localhost:3000/video/play/czJRCf0SKbaJd_wVwJk-Ag?hv_id=A-vpPRbsaDfF10IIYqS5gQ&org_tok=7h_eQ3qDs0wu2TNfdd7ikQ\",\n            \"precentage_played\": 46,\n            \"views\": 1\n        }\n    ],\n    \"load_more\": false,\n    \"page\": 1,\n    \"next_page\": 2\n}"}],"_postman_id":"6df13a71-b78c-486c-ab86-f8c0f37b170f"},{"name":"Sales Dashboard","id":"77dd6e53-d6d2-42d6-b896-647e601bbbf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","type":"text","description":"<p>Email address of the account</p>\n"},{"key":"authentication_token","value":"{{authentication_token}}","type":"text","description":"<p>authentication_token from Authentication API response</p>\n"},{"key":"time","value":"{{time}}","type":"text","description":"<p>time - last 7 days, last 30 days, last 90 days</p>\n"}]},"url":"https://www.hippovideo.io/sales_dashboard/all_data","urlObject":{"protocol":"https","path":["sales_dashboard","all_data"],"host":["www","hippovideo","io"],"query":[],"variable":[]}},"response":[{"id":"5aa9232b-bda8-4727-a93a-95911ac7eb2e","name":"Sales Dashboard","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","type":"text","description":"Email address of the account"},{"key":"authentication_token","value":"{{authentication_token}}","type":"text","description":"authentication_token from Authentication API response"},{"key":"time","value":"{{time}}","type":"text","description":"time - last 7 days, last 30 days, last 90 days"}]},"url":"https://www.hippovideo.io/sales_dashboard/all_data"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"\nResponse consists following details as JSON\n    Sales Signals\n    Video Insights\n    Top Prospecting Videos\n    Sales Page Insights\n    Top Prospecting Sales Pages\n    Top Performing Medium\n    Top Engaging Teleprompter Scripts\n    Top Sales Reps\n    Top Active Prospects\n"}],"_postman_id":"77dd6e53-d6d2-42d6-b896-647e601bbbf0"}],"id":"85c4471f-25c6-457d-82bb-fce209ec53df","_postman_id":"85c4471f-25c6-457d-82bb-fce209ec53df","description":""},{"name":"Video Personalization","item":[{"name":"Personalize Video","id":"7e1f9703-5796-4177-925e-1302e723d47e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": {{email}},\n    \"authentication_token\": {{authentication_token}},\n    \"video_id\": {{video_id}},\n    \"merge_fields\": {{merge_field_values}}\n}","options":{"raw":{"language":"json"}}},"url":"https://www.hippovideo.io/api/v1/me/video/personalize","urlObject":{"protocol":"https","path":["api","v1","me","video","personalize"],"host":["www","hippovideo","io"],"query":[],"variable":[]}},"response":[{"id":"ca030b87-de09-4db6-92ea-4014310f7dfd","name":"Personalize Video","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"{{email}}\",\n    \"authentication_token\": \"{{authentication_token}}\",\n    \"video_id\": {{video_id}},\n    \"merge_fields\": [{\n        \"first_name\": \"Chandler\"\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"https://www.hippovideo.io/api/v1/me/video/personalize"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"videos\": [\n        {\n            \"thumbnail_url\": \"https://www.hippovideo.io/video/thumbnail/Ul66wcdgI5mLxck08UzH94I9zjkMsteGCTgqA6mLNWw?hv_id=sbd-uUoRL1kyvDUtYWUUXA\",\n            \"share_url\": \"https://www.hippovideo.io/video/play/Ul66wcdgI5mLxck08UzH94I9zjkMsteGCTgqA6mLNWw?hv_id=sbd-uUoRL1kyvDUtYWUUXA\",\n            \"embed_url\": \"https://www.hippovideo.io/video/embed/Ul66wcdgI5mLxck08UzH94I9zjkMsteGCTgqA6mLNWw?hv_id=sbd-uUoRL1kyvDUtYWUUXA\",\n            \"payload\": {\n                \"first_name\": \"Chandler\"\n            }\n        }\n    ]\n}"}],"_postman_id":"7e1f9703-5796-4177-925e-1302e723d47e"},{"name":"Bulk Personalization","id":"8f193cd2-fbca-49da-99c7-1ecbe24a97ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","description":"<p>account email address</p>\n","type":"text"},{"key":"authentication_token","value":"{{authentication_token}}","description":"<p>authetication token of the account</p>\n","type":"text"},{"key":"video_id","value":"{{video_id}}","description":"<p>Video Id</p>\n","type":"text"},{"key":"file","description":"<p>csv, xls, and xlsx file which has data for video personalization</p>\n","type":"file","src":"5Q5pGZkIK/Gowtham Sample Personalization - Sheet1.csv"}]},"url":"https://www.hippovideo.io/api/v1/me/video/bulk_personalize","description":"<p>Videos can be personalised for 'n' number of viewers in a single API request. All you have to do is to prepare a CSV/Xlsx file which has all the merge field values for all the viewers. Once you call the API, the personalisation will be triggered and you will receive a email with the url for each personalised video to email address once the personalisation is over.</p>\n<p>The uploaded file will be stored in an highly secured encrypted format for personalising the video. </p>\n<p>Sample file: <a href=\"https://bit.ly/3qoAPra\">https://bit.ly/3qoAPra</a></p>\n","urlObject":{"protocol":"https","path":["api","v1","me","video","bulk_personalize"],"host":["www","hippovideo","io"],"query":[],"variable":[]}},"response":[{"id":"ea79f24f-2e10-4e78-9f69-20c5869c379f","name":"Bulk Personalization","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","description":"account email address","type":"text"},{"key":"authentication_token","value":"{{authentication_token}}","description":"authetication token of the account","type":"text"},{"key":"video_id","value":"{{video_id}}","description":"Video Id","type":"text"},{"key":"file","description":"csv, xls, and xlsx file which has data for video personalization","type":"file","src":"5Q5pGZkIK/Gowtham Sample Personalization - Sheet1.csv"}],"options":{"raw":{"language":"json"}}},"url":"https://www.hippovideo.io/api/v1/me/video/bulk_personalize"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"msg\": \"File with track id will be shared to your mail\"\n}"}],"_postman_id":"8f193cd2-fbca-49da-99c7-1ecbe24a97ad"},{"name":"Get Personalization Count","id":"a8379740-3730-4774-a5ba-8da4d15a3c89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.hippovideo.io/api/v1/me/video/personalisation/count?email={{email}}&authentication_token={{authentication_token}}&asset_id={{asset_id}}","urlObject":{"protocol":"https","path":["api","v1","me","video","personalisation","count"],"host":["www","hippovideo","io"],"query":[{"key":"email","value":"{{email}}"},{"key":"authentication_token","value":"{{authentication_token}}"},{"key":"asset_id","value":"{{asset_id}}"}],"variable":[]}},"response":[{"id":"c5858599-202c-420c-a6a8-42b4938b6def","name":"Get Personalization Count","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://www.hippovideo.io/api/v1/me/video/personalisation/count?email={{email}}&authentication_token={{authentication_token}}&asset_id={{asset_id}}","protocol":"https","host":["www","hippovideo","io"],"path":["api","v1","me","video","personalisation","count"],"query":[{"key":"email","value":"{{email}}"},{"key":"authentication_token","value":"{{authentication_token}}"},{"key":"asset_id","value":"{{asset_id}}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 4\n}"}],"_postman_id":"a8379740-3730-4774-a5ba-8da4d15a3c89"}],"id":"6b5ca9a9-8802-45c1-ae60-c692e6949808","description":"<p>Video can be personalised by adding merge fields inside video using Hippo Video Platform. Once you setup personalisation, video can be personalised for n times.</p>\n","_postman_id":"6b5ca9a9-8802-45c1-ae60-c692e6949808"},{"name":"Contacts","item":[{"name":"Add List","id":"f5140f13-f075-4304-8e72-020fbf6dc3a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","type":"text","description":"<p>Email Address of the Account</p>\n"},{"key":"authentication_token","value":"{{authentication_token}}","type":"text","description":"<p>Authentication Token of the account</p>\n"},{"key":"name","value":"{{name}}","type":"text","description":"<p>name of the list</p>\n"},{"key":"description","value":"{{description}}","type":"text","description":"<p>description of the list</p>\n"}]},"url":"https://www.hippovideo.io/contacts/names","urlObject":{"protocol":"https","path":["contacts","names"],"host":["www","hippovideo","io"],"query":[],"variable":[]}},"response":[{"id":"16fe8017-228f-4134-b2dd-2b6c276e0294","name":"Add List","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","type":"text","description":"Email Address of the Account"},{"key":"authentication_token","value":"{{authentication_token}}","type":"text","description":"Authentication Token of the account"},{"key":"name","value":"{{name}}","type":"text","description":"name of the list"},{"key":"description","value":"{{description}}","type":"text","description":"description of the list"}]},"url":"https://www.hippovideo.io/contacts/names"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"id\": 7909,\n    \"name\": \"New List\"\n}"}],"_postman_id":"f5140f13-f075-4304-8e72-020fbf6dc3a3"},{"name":"Update List","id":"c56c13d9-555c-47cd-a42c-e871bab20f2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","type":"text","description":"<p>Email Address of the Account</p>\n"},{"key":"authentication_token","value":"{{authentication_token}}","type":"text","description":"<p>Authentication Token of the account</p>\n"},{"key":"id","value":"{{id}}","type":"text","description":"<p>id of the list to be updated</p>\n"},{"key":"name","value":"{{name}}","type":"text","description":"<p>name of the list</p>\n"},{"key":"description","value":"{{description}}","type":"text","description":"<p>description of the list</p>\n"}]},"url":"https://www.hippovideo.io/contacts/names","urlObject":{"protocol":"https","path":["contacts","names"],"host":["www","hippovideo","io"],"query":[],"variable":[]}},"response":[{"id":"7351e1ff-4826-42f6-bc36-5257a0b2ec01","name":"Update List","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","type":"text","description":"Email Address of the Account"},{"key":"authentication_token","value":"{{authentication_token}}","type":"text","description":"Authentication Token of the account"},{"key":"id","value":"{{id}}","type":"text","description":"id of the list to be updated"},{"key":"name","value":"{{name}}","type":"text","description":"name of the list"},{"key":"description","value":"{{description}}","type":"text","description":"description of the list"}]},"url":"https://www.hippovideo.io/contacts/names"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": true\n}"}],"_postman_id":"c56c13d9-555c-47cd-a42c-e871bab20f2c"},{"name":"Get List","id":"e710e1bd-9253-476d-b10f-016c78d6833f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","description":"<p>Email address of the account</p>\n","type":"text"},{"key":"authentication_token","value":"{{authentication_token}}","description":"<p>authentication_token from Authentication API response</p>\n","type":"text"}]},"url":"https://www.hippovideo.io/contacts/names","urlObject":{"protocol":"https","path":["contacts","names"],"host":["www","hippovideo","io"],"query":[{"disabled":true,"description":{"content":"<p>Email address of the account</p>\n","type":"text/plain"},"key":"email","value":"{{email}}"},{"disabled":true,"description":{"content":"<p>authentication_token from Authentication API response</p>\n","type":"text/plain"},"key":"authentication_token","value":"{{authentication_token}}"}],"variable":[]}},"response":[{"id":"aa19082b-86e7-4ef0-abb4-10f202104406","name":"Get List","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","description":"Email address of the account","type":"text"},{"key":"authentication_token","value":"{{authentication_token}}","description":"authentication_token from Authentication API response","type":"text"}]},"url":{"raw":"https://www.hippovideo.io/contacts/names","protocol":"https","host":["www","hippovideo","io"],"path":["contacts","names"],"query":[{"key":"email","value":"{{email}}","description":"Email address of the account","disabled":true},{"key":"authentication_token","value":"{{authentication_token}}","description":"authentication_token from Authentication API response","disabled":true}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"contacts_list\": [\n        {\n            \"id\": 0,\n            \"name\": \"All Video Emails\",\n            \"selected\": true\n        },\n        {\n            \"id\": -1,\n            \"name\": \"My Video Emails\"\n        },\n        {\n            \"id\": 7908,\n            \"name\": \"Friends List\"\n        }\n    ]\n}"}],"_postman_id":"e710e1bd-9253-476d-b10f-016c78d6833f"},{"name":"Add Contacts","id":"a4d73ffe-a2b6-4d68-a1ee-9fbc1417a955","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","type":"text","description":"<p>Email Address of the Account</p>\n"},{"key":"authentication_token","value":"{{authentication_token}}","type":"text","description":"<p>Authentication Token of the account</p>\n"},{"key":"contact_email","value":"{{contact_email}}","type":"text","description":"<p>Email Address of the Contact/Lead/Prospect</p>\n"},{"key":"first_name","value":"{{first_name}}","type":"text","description":"<p>First Name of the Contact/Lead/Prospect</p>\n"},{"key":"last_name","value":"{{last_name}}","type":"text","description":"<p>Last Name of the Contact/Lead/Prospect</p>\n"},{"key":"company_name","value":"{{company_name}}","type":"text","description":"<p>Company Name of the Contact/Lead/Prospect</p>\n"},{"key":"notes","value":"{{notes}}","type":"text","description":"<p>notes for the lead/prospect/contact</p>\n"},{"key":"context","value":"{{context}}","type":"text","description":"<p>(optional) If sales, will be added as a prospect. If empty, will be added as people</p>\n"},{"key":"list_name","value":"{{list_name}}","type":"text","description":"<p>(optional) will be added to the specified list. If a list does not exist with the given name, then a new list will be created. If you want to add the prospect to multiple lists, then list_ids (comma separated list ids) can be passed as a param.</p>\n"}]},"url":"https://www.hippovideo.io/contacts","urlObject":{"protocol":"https","path":["contacts"],"host":["www","hippovideo","io"],"query":[],"variable":[]}},"response":[{"id":"8679d10d-dc77-4650-9808-a495277479f8","name":"Add Contacts","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","type":"text","description":"Email Address of the Account"},{"key":"authentication_token","value":"{{authentication_token}}","type":"text","description":"Authentication Token of the account"},{"key":"contact_email","value":"phobe.buffay@friends.com","type":"text","description":"Email Address of the Contact/Lead/Prospect"},{"key":"first_name","value":"Phobe","type":"text","description":"First Name of the Contact/Lead/Prospect"},{"key":"last_name","value":"Buffay","type":"text","description":"Last Name of the Contact/Lead/Prospect"},{"key":"company_name","value":"Warner Bros","type":"text","description":"Company Name of the Contact/Lead/Prospect"},{"key":"notes","value":"Warner Bros","type":"text","description":"notes for the lead/prospect/contact"},{"key":"context","value":"sales","type":"text","description":"(optional) If sales, will be added as a prospect. If empty, will be added as people"},{"key":"list_name","value":"Friends List","type":"text","description":"(optional) will be added to the specified list. If a list does not exist with the given name, then a new list will be created. If you want to add the prospect to multiple lists, then list_ids (comma separated list ids) can be passed as a param.\n"}]},"url":"https://www.hippovideo.io/contacts"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"list_ids\": [\n        7908\n    ],\n    \"contact_id\": 462477\n}"}],"_postman_id":"a4d73ffe-a2b6-4d68-a1ee-9fbc1417a955"},{"name":"Update Contacts","id":"6e710e28-cb99-44a8-9f93-ce4e0403d8b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","type":"text","description":"<p>Email Adress of the account</p>\n"},{"key":"authentication_token","value":"{{authentication_token}}","type":"text","description":"<p>Authentication token of the account</p>\n"},{"key":"contact_email","value":"{{contact_email}}","type":"text","description":"<p>Email Address of the Contact/Lead/Prospect</p>\n"},{"key":"first_name","value":"{{first_name}}","type":"text","description":"<p>First Name of the Contact/Lead/Prospect</p>\n"},{"key":"last_name","value":"{{last_name}}","type":"text","description":"<p>Last Name of the Contact/Lead/Prospect</p>\n"},{"key":"company_name","value":"{{company_name}}","type":"text","description":"<p>Company Name of the Contact/Lead/Prospect</p>\n"},{"key":"notes","value":"{{notes}}","type":"text","description":"<p>notes for the lead/prospect/contact</p>\n"},{"key":"list_ids","value":"{{list_ids}}","type":"text","description":"<p>ids of the list to which contact should be added</p>\n"},{"key":"id","value":"{{id}}","type":"text","description":"<p>id of the contact to be updated</p>\n"}]},"url":"https://www.hippovideo.io/contacts","urlObject":{"protocol":"https","path":["contacts"],"host":["www","hippovideo","io"],"query":[],"variable":[]}},"response":[{"id":"3cd6a5c4-c1a5-44af-a1d8-398066199933","name":"Update Contacts","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","type":"text","description":"Email Adress of the account"},{"key":"authentication_token","value":"{{authentication_token}}","type":"text","description":"Authentication token of the account"},{"key":"contact_email","value":"{{contact_email}}","type":"text","description":"Email Address of the Contact/Lead/Prospect"},{"key":"first_name","value":"{{first_name}}","type":"text","description":"First Name of the Contact/Lead/Prospect"},{"key":"last_name","value":"{{last_name}}","type":"text","description":"Last Name of the Contact/Lead/Prospect"},{"key":"company_name","value":"{{company_name}}","type":"text","description":"Company Name of the Contact/Lead/Prospect"},{"key":"notes","value":"{{notes}}","type":"text","description":"notes for the lead/prospect/contact"},{"key":"list_ids","value":"{{list_ids}}","type":"text","description":"ids of the list to which contact should be added"},{"key":"id","value":"{{id}}","type":"text","description":"id of the contact to be updated"}]},"url":"https://www.hippovideo.io/contacts"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"msg\": \"Contact successfully updated\"\n}"}],"_postman_id":"6e710e28-cb99-44a8-9f93-ce4e0403d8b3"},{"name":"Delete Contact","id":"56199d94-d686-42e5-a7db-5f1c6bca0782","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","type":"text","description":"<p>Email address of the account</p>\n"},{"key":"authentication_token","value":"{{authentication_token}}","type":"text","description":"<p>authentication_token from Authentication API response.</p>\n"},{"key":"contact_ids","value":"{{contact_ids}}","type":"text","description":"<p>comma separated contact ids to delete</p>\n"}]},"url":"https://www.hippovideo.io/contacts","urlObject":{"protocol":"https","path":["contacts"],"host":["www","hippovideo","io"],"query":[],"variable":[]}},"response":[{"id":"5c23ae82-e457-4c52-9242-604ef0f74fda","name":"Delete Contact","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","type":"text","description":"Email address of the account"},{"key":"authentication_token","value":"{{authentication_token}}","type":"text","description":"authentication_token from Authentication API response."},{"key":"contact_ids","value":"{{contact_ids}}","type":"text","description":"comma separated contact ids to delete"}]},"url":"https://www.hippovideo.io/contacts"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": true\n}"}],"_postman_id":"56199d94-d686-42e5-a7db-5f1c6bca0782"}],"id":"ee456082-949e-419f-9f6e-b25ad551800b","_postman_id":"ee456082-949e-419f-9f6e-b25ad551800b","description":""},{"name":"Sales Page","item":[{"name":"List Sales Page","id":"1af533c8-d540-4b6d-9161-39478aa69465","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","type":"text","description":"<p>Email address of the account</p>\n"},{"key":"authentication_token","value":"{{authentication_token}}","type":"text","description":"<p>authentication_token from Authentication API response</p>\n"}]},"url":"https://www.hippovideo.io/api/video_page/pages","urlObject":{"protocol":"https","path":["api","video_page","pages"],"host":["www","hippovideo","io"],"query":[],"variable":[]}},"response":[{"id":"4eea505c-cecf-4354-bf49-5eeccbce1897","name":"List Sales Page","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","type":"text","description":"Email address of the account"},{"key":"authentication_token","value":"{{authentication_token}}","type":"text","description":"authentication_token from Authentication API response"}]},"url":"https://www.hippovideo.io/api/video_page/pages"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"landingPages\": [\n        {\n            \"page_id\": 184482,\n            \"id\": 8454280,\n            \"page_name\": \"testing analaytics page\",\n            \"hub_link\": \"https://gowtham26.hippovideo.io/page/testing-analaytics-page\",\n            \"creation_date\": \"Created on Jan 29, 2021 08:15 PM\",\n            \"thumbnail\": \"https://gowtham26.hippovideo.io/video/thumbnail/VA0kzDiwgUSmDK1VMHb7yA?is_play=false&email=gowtham@lyceuminc.com&authentication_token=authentication_token&video_page=%7B%22email%22=%3E%22gowtham@lyceuminc.com%22,%20%22authentication_token%22=%3E%22authentication_token%22%7D\",\n            \"page_asset_id\": 8454280,\n            \"is_personalized\": false,\n            \"is_sample_page\": false,\n            \"is_default\": false,\n            \"template_img\": \"https://gowtham26.hippovideo.io/video/thumbnail/VA0kzDiwgUSmDK1VMHb7yA?is_play=false&email=gowtham@lyceuminc.com&authentication_token=authentication_token&video_page=%7B%22email%22=%3E%22gowtham@lyceuminc.com%22,%20%22authentication_token%22=%3E%22authentication_token%22%7D\",\n            \"merge_fields\": [\n                \"Email\"\n            ],\n            \"show_report\": true,\n            \"enable_report\": true,\n            \"org_tok\": \"4dcswZJxqKCtb__gLPUynQ\",\n            \"report_populated\": true,\n            \"primary_asset_id\": null,\n            \"view_only\": false\n        }\n    ],\n    \"page_details\": {\n        \"default_page_url\": \"https://gowtham26.hippovideo.io/page/test-page\",\n        \"default_page_id\": 35997,\n        \"selected_page_name\": \"test page\",\n        \"page_merge_fields\": [\n            \"First Name\",\n            \"Email\"\n        ],\n        \"selected_page_url\": \"https://gowtham26.hippovideo.io/page/test-page\",\n        \"selected_page_thumb\": \"https://hippolms-storage.s3-accelerate.amazonaws.com/wiz/videos/thumbnails/44033/page_e04e4cf3-c4d9-4f3a-ad42-e4b311fbf1f2.jpg\",\n        \"is_selected_\": true\n    },\n    \"has_more\": false\n}"}],"_postman_id":"1af533c8-d540-4b6d-9161-39478aa69465"}],"id":"dbdc4847-114a-4a88-b04a-f33b23e1736d","_postman_id":"dbdc4847-114a-4a88-b04a-f33b23e1736d","description":""},{"name":"Sales Page Reports","item":[{"name":"Sales Page Reports","id":"a7cf4ec5-b524-43ee-b978-380e43157d4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","type":"text","description":"<p>Email address of the account</p>\n"},{"key":"authentication_token","value":"{{authentication_token}}","type":"text","description":"<p>authentication_token from Authentication API response</p>\n"},{"key":"page_id","value":"{{page_id}}","type":"text","description":"<p>id of the page for which reports to be fetched</p>\n"}]},"url":"https://www.hippovideo.io/reports/sales_page/overall","urlObject":{"protocol":"https","path":["reports","sales_page","overall"],"host":["www","hippovideo","io"],"query":[],"variable":[]}},"response":[{"id":"09c8c122-c234-4aba-9261-a3d9f0b45e0e","name":"Sales Page Reports","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{email}}","type":"text","description":"Email address of the account"},{"key":"authentication_token","value":"{{authentication_token}}","type":"text","description":"authentication_token from Authentication API response"},{"key":"page_id","value":"{{page_id}}","type":"text","description":"id of the page for which reports to be fetched"}]},"url":"https://www.hippovideo.io/reports/sales_page/overall"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"page_name\": \"testing analaytics page\",\n    \"box_stats\": {\n        \"total_views\": {\n            \"current\": 1,\n            \"previous\": 1,\n            \"perc\": \"0.0%\",\n            \"state\": \"up\"\n        },\n        \"unique_views\": {\n            \"current\": 1,\n            \"previous\": 1,\n            \"perc\": \"0.0%\",\n            \"state\": \"up\"\n        },\n        \"play_percentage\": {\n            \"current\": \"36%\",\n            \"previous\": \"100%\",\n            \"perc\": \"64.0%\",\n            \"state\": \"down\"\n        },\n        \"doc_views\": {\n            \"current\": 0,\n            \"previous\": 0,\n            \"perc\": \"0.0%\",\n            \"state\": \"up\"\n        },\n        \"time_spent\": {\n            \"current\": \"17s\",\n            \"previous\": \"1m 0s\",\n            \"perc\": \"71.67%\",\n            \"state\": \"down\"\n        },\n        \"total_cta_clicks\": {\n            \"current\": 3,\n            \"previous\": 2,\n            \"perc\": \"50.0%\",\n            \"state\": \"up\"\n        },\n        \"video_replies\": {\n            \"current\": 0,\n            \"previous\": 0,\n            \"perc\": \"0.0%\",\n            \"state\": \"up\"\n        },\n        \"bounce_rate\": {\n            \"current\": \"0%\",\n            \"previous\": \"0%\",\n            \"perc\": \"0.0%\",\n            \"state\": \"up\"\n        }\n    },\n    \"cta_clicks\": [\n        {\n            \"title\": \"\",\n            \"count\": 2\n        },\n        {\n            \"title\": \"7598712394\",\n            \"count\": 1\n        }\n    ],\n    \"cta_clicks_length\": 2,\n    \"engagement_report\": [\n        {\n            \"total_loads\": 1,\n            \"name\": \"GOWTHAM NAGARAJAN\",\n            \"engagement_rate\": \"100%\",\n            \"unique_loads\": 1\n        }\n    ]\n}"}],"_postman_id":"a7cf4ec5-b524-43ee-b978-380e43157d4b"}],"id":"323a3abe-1d16-4f6d-bc75-ca20e5806b13","_postman_id":"323a3abe-1d16-4f6d-bc75-ca20e5806b13","description":""},{"name":"oembed","item":[{"name":"oembed","id":"75c633eb-1eec-4662-a8a3-c5e90a4c3588","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.hippovideo.io/services/oembed?url={{url}}&width={{width}}&height={{height}}&format={{format}}","urlObject":{"protocol":"https","path":["services","oembed"],"host":["www","hippovideo","io"],"query":[{"description":{"content":"<p>The URL to retrieve embedding information for.</p>\n","type":"text/plain"},"key":"url","value":"{{url}}"},{"description":{"content":"<p>The maximum width of the video.</p>\n","type":"text/plain"},"key":"width","value":"{{width}}"},{"description":{"content":"<p>The maximum height of the video.</p>\n","type":"text/plain"},"key":"height","value":"{{height}}"},{"description":{"content":"<p>Format of the response (json/xml)</p>\n","type":"text/plain"},"key":"format","value":"{{format}}"}],"variable":[]}},"response":[{"id":"45cc317d-a995-4d3b-b86e-73e9e655a1dc","name":"oembed","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://www.hippovideo.io/services/oembed?url=https://www.hippovideo.io/video/play/jzzYRcktQ6JP8xP_49jaaw&width=1280&height=720&format=json","protocol":"https","host":["www","hippovideo","io"],"path":["services","oembed"],"query":[{"key":"url","value":"https://www.hippovideo.io/video/play/jzzYRcktQ6JP8xP_49jaaw"},{"key":"width","value":"1280"},{"key":"height","value":"720"},{"key":"format","value":"json"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"version\": \"1.0\",\n    \"type\": \"video\",\n    \"provider_name\": \"HippoVideo\",\n    \"provider_url\": \"https://www.hippovideo.io\",\n    \"width\": 1280,\n    \"height\": \"720\",\n    \"title\": \"Video_20201215_124527\",\n    \"thumbnail_url\": \"https://hippolms-storage.s3-accelerate.amazonaws.com/wiz/videos/previews/jzzYRcktQ6JP8xP_49jaaw.gif\",\n    \"thumbnail_width\": 1280,\n    \"thumbnail_height\": \"720\",\n    \"html\": \"<span class=\\\"hippo-embed\\\"><script>var s = document.createElement(\\\"script\\\"); s.src = \\\"https://s3.amazonaws.com/hippo-embed-scripts/embed-seo.js\\\";window.hippoEmbedSeo = \\\"e6f66720-c22d-4810-8f66-e5ad57c9c3d5.json\\\";s.async = true;document.head.appendChild(s);</script><iframe width= \\\"1280\\\" height=\\\"720\\\" src=\\\"https://www.hippovideo.io/video/embed/jzzYRcktQ6JP8xP_49jaaw\\\" frameborder=\\\"0\\\" allow=\\\"autoplay\\\" allowfullscreen></iframe></span>\",\n    \"author_name\": \"Hippo Video\",\n    \"author_url\": \"https://www.hippovideo.io\"\n}"}],"_postman_id":"75c633eb-1eec-4662-a8a3-c5e90a4c3588"}],"id":"56daeeff-c597-4364-b64a-cfe5550881fb","_postman_id":"56daeeff-c597-4364-b64a-cfe5550881fb","description":""},{"name":"Shorten URL","item":[{"name":"Get Shorten URL","id":"c604cb83-7d8d-4e74-adc1-6db0743c3b80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"{{email}}\",\n    \"authentication_token\": \"{{authentication_token}}\",\n    \"url\": \"{{video_url}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://www.hippovideo.io/api/shorten_url","urlObject":{"protocol":"https","path":["api","shorten_url"],"host":["www","hippovideo","io"],"query":[],"variable":[]}},"response":[{"id":"fbd1d600-7ed9-4316-a6e9-bcaab74e6143","name":"Get Shorten URL","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"{{email}}\",\n    \"authentication_token\": \"{{authentication_token}}\",\n    \"url\": \"https://www.hippovideo.io/video/play/fjdwhagfdjhdfqjdvqjhfdvfhjv\"\n}","options":{"raw":{"language":"json"}}},"url":"https://www.hippovideo.io/api/shorten_url"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"shorten_url\": \"https://h-vd.io/KXKOqZoX\"\n}"}],"_postman_id":"c604cb83-7d8d-4e74-adc1-6db0743c3b80"}],"id":"f85cde11-96a6-4c26-afe1-8b0fea85a4bc","_postman_id":"f85cde11-96a6-4c26-afe1-8b0fea85a4bc","description":""},{"name":"Subtitles","item":[{"name":"Download Subtitle","id":"37707214-2e89-4076-97de-915271af900b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"{{email}}\",\n    \"authentication_token\": \"{{authentication_token}}\",\n    \"asset_id\": \"{{asset_id}}\",\n    \"language\": \"{{language}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://www.hippovideo.io/api/v1/me/video/subtitle/download","description":"<p>Language code Vs supported languages:</p>\n<p>ar -&gt; Arabic<br />bg -&gt; Bulgarian<br />ca -&gt; Catalan<br />hr -&gt; Croatian<br />cs -&gt; Czech<br />da -&gt; Danish<br />nl -&gt; Dutch<br />en -&gt; English<br />fa -&gt; Farsi<br />fi -&gt; Finnish<br />fr -&gt; French<br />de -&gt; German<br />el -&gt; Greek<br />he -&gt; Hebrew<br />hi -&gt; Hindi<br />hu -&gt; Hungarian<br />id -&gt; Indonesian<br />it -&gt; Italian<br />ja -&gt; Japanese<br />ko -&gt; Korean<br />lv -&gt; Latvian<br />lt -&gt; Lithuanian<br />ms -&gt; Malay<br />cmn -&gt; Mandarin Chinese, Simplified<br />no -&gt; Norwegian<br />pl -&gt; Polish<br />pt -&gt; Portuguese<br />pt -&gt; Portuguese<br />ro -&gt; Romanian<br />ru -&gt; Russian<br />sk -&gt; Slovak<br />sl -&gt; Slovenian<br />es -&gt; Spanish<br />es -&gt; Spanish<br />sv -&gt; Swedish<br />ta -&gt; Tamil<br />te -&gt; Telugu<br />tr -&gt; Turkish</p>\n","urlObject":{"protocol":"https","path":["api","v1","me","video","subtitle","download"],"host":["www","hippovideo","io"],"query":[],"variable":[]}},"response":[{"id":"8a0b426e-757e-495c-94e0-b7920f2f9db0","name":"Get Shorten URL","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"{{email}}\",\n    \"authentication_token\": \"{{authentication_token}}\",\n    \"url\": \"https://www.hippovideo.io/video/play/fjdwhagfdjhdfqjdvqjhfdvfhjv\"\n}","options":{"raw":{"language":"json"}}},"url":"https://www.hippovideo.io/api/shorten_url"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"shorten_url\": \"https://h-vd.io/KXKOqZoX\"\n}"}],"_postman_id":"37707214-2e89-4076-97de-915271af900b"},{"name":"Generate Subtitle","id":"31c13b26-89d8-4e70-81d4-ca072f37cfb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"{{email}}\",\n    \"authentication_token\": \"{{authentication_token}}\",\n    \"asset_id\": \"{{asset_id}}\",\n    \"language\": \"{{language}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://www.hippovideo.io/api/v1/me/video/subtitle/generate","description":"<p>Language code Vs supported languages:</p>\n<p>ar -&gt; Arabic<br />bg -&gt; Bulgarian<br />ca -&gt; Catalan<br />hr -&gt; Croatian<br />cs -&gt; Czech<br />da -&gt; Danish<br />nl -&gt; Dutch<br />en -&gt; English<br />fa -&gt; Farsi<br />fi -&gt; Finnish<br />fr -&gt; French<br />de -&gt; German<br />el -&gt; Greek<br />he -&gt; Hebrew<br />hi -&gt; Hindi<br />hu -&gt; Hungarian<br />id -&gt; Indonesian<br />it -&gt; Italian<br />ja -&gt; Japanese<br />ko -&gt; Korean<br />lv -&gt; Latvian<br />lt -&gt; Lithuanian<br />ms -&gt; Malay<br />cmn -&gt; Mandarin Chinese, Simplified<br />no -&gt; Norwegian<br />pl -&gt; Polish<br />pt -&gt; Portuguese<br />pt -&gt; Portuguese<br />ro -&gt; Romanian<br />ru -&gt; Russian<br />sk -&gt; Slovak<br />sl -&gt; Slovenian<br />es -&gt; Spanish<br />es -&gt; Spanish<br />sv -&gt; Swedish<br />ta -&gt; Tamil<br />te -&gt; Telugu<br />tr -&gt; Turkish</p>\n","urlObject":{"protocol":"https","path":["api","v1","me","video","subtitle","generate"],"host":["www","hippovideo","io"],"query":[],"variable":[]}},"response":[{"id":"3dc67679-4906-42fd-97be-aa9ca6b21728","name":"Get Shorten URL","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"{{email}}\",\n    \"authentication_token\": \"{{authentication_token}}\",\n    \"url\": \"https://www.hippovideo.io/video/play/fjdwhagfdjhdfqjdvqjhfdvfhjv\"\n}","options":{"raw":{"language":"json"}}},"url":"https://www.hippovideo.io/api/shorten_url"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"shorten_url\": \"https://h-vd.io/KXKOqZoX\"\n}"}],"_postman_id":"31c13b26-89d8-4e70-81d4-ca072f37cfb5"}],"id":"39a04b24-f2bd-43cb-9745-4c17166d14ed","_postman_id":"39a04b24-f2bd-43cb-9745-4c17166d14ed","description":""}]}