GET
/
v1
/
videos
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
    }
  ]
}

Authorizations

Authorization
string
header
required

API key based authentication where <encoded-value> is the Base64 encoding of API_KEY_ID:API_KEY_SECRET

  • Username: The API Key ID.
  • Password: The API Key Secret.

Query Parameters

organizationId
string

Unique identifier of the organization.
Defaults to the organization associated with the API key.

Response

200
application/json

A list of videos

The response is of type object.