Skip to main content
GET
/
api
/
v1
/
:team_slug
/
:app_slug
/
videos
Error
A valid request URL is required to generate request examples
{
  "data": [
    {
      "description": "<string>",
      "folder_id": "<string>",
      "id": "<string>",
      "path": "<string>",
      "status": "<string>",
      "title": "<string>",
      "translations": {
        "description": [
          {
            "id": "<string>",
            "locale": "<string>",
            "omni_channel_translations": [
              {
                "id": "<string>",
                "market_id": "<string>",
                "store_group_id": "<string>",
                "value": "<string>"
              }
            ],
            "value": "<string>"
          }
        ],
        "title": [
          {
            "id": "<string>",
            "locale": "<string>",
            "omni_channel_translations": [
              {
                "id": "<string>",
                "market_id": "<string>",
                "store_group_id": "<string>",
                "value": "<string>"
              }
            ],
            "value": "<string>"
          }
        ]
      },
      "variants": [
        {
          "format": "<string>",
          "height": 123,
          "url": "<string>",
          "width": 123
        }
      ]
    }
  ],
  "success": true,
  "total": 123,
  "total_pages": 123
}

Path Parameters

app_slug
string
required

App slug

team_slug
string
required

Team slug

Query Parameters

sort-order
string

Sort order. Should be one of ASC or DESC. Default DESC

sort-key
string

The key to sort on. Can be one of created_at, updated_at, title (Default is created_at)

page
integer

Page number (default is 1)

per-page
integer

Amount of videos per page. Minimum 0 and max 100 (default is 20)

Response

List of app videos

data
object[]
success
boolean
total
integer
total_pages
integer