cURL
curl --request GET \ --url https://managexrapi.com/v1/videos \ --header 'Authorization: Basic <encoded-value>'
{ "data": [ { "contentType": "video", "id": "gF0ODIEvXSwsjqtP0CgVo", "title": "Discover San Francsico", "description": "[360 Mono Cubemap] 1 MB", "size": 553657, "type": "_360", "display": "MONO", "mapping": "CUBEMAP", "packing": "NONE", "md5": "7ah69cMtXyaz5OfsCRtOjQ==", "iconUrl": "https://firebasestorage.googleapis.com/v0/b/example.jpg", "createdAt": 1696978504660, "updatedAt": 1715651553616 } ] }
Returns all videos stored in the organization’s library.
API key based authentication where is the Base64 encoding of API_KEY_ID:API_KEY_SECRET
API_KEY_ID
API_KEY_SECRET
Unique identifier of the organization. Defaults to the organization associated with the API key.
A list of videos
Show child attributes