Get a list of video experiences from a specific domain.
curl "https://getchipbot.com/api/v2/connect/accounts/{accountId}/domains/{domainId}/video-exp" \
-H 'Authorization: {token}'
[
{
"iconRules": {
"hideUrlPatterns": [],
"urlPatterns": [],
"prerequisites": [],
"hide": false
},
"videoPosition": {
"right": 15,
"bottom": 15,
"left": -1
},
"accountId": "act_xxx",
"domainId": "dom_xxx",
"html": "",
"videoFullScreenExpType": "portrait",
"videoDim": 0,
"videoWidth": 520,
"videoHeight": 292,
"videoSrc": "/path.mp4",
"videoPosterSrc": "/path.jpg",
"videoIconSrc": "/path.mp4",
"videoIconPosterSrc": "/path.jpg",
"videoIconGifSrc": "/path.gif",
"videoHighQualitySrc": "",
"videoIconBorder": true,
"videoLoop": "no-loop",
"videoTextColor": "#ffffff",
"videoDurationSeconds": 10.3,
"state": "ready",
"type": "buttons",
"iconColor": "",
"iconStyle": "portrait",
"iconVerticalAlign": "middle",
"iconText": "",
"userCanCloseIcon": true,
"iconVideoZoom": 0,
"videoZoom": 0,
"isPlaceholder": false,
"iconVertical": 0,
"iconHorizontal": 0,
"id": "videxp_xxx",
"buttons": [],
"videoLocalSrc": ""
}
]