List videos

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

API Parameters

limit

offset

source

Response Structure

200 OK

{
  "videos": [
    {
      "callbackId": "string",
      "createdAt": 0,
      "ctaSettings": {
        "label": [
          "Learn More",
          "Sign up"
        ],
        "url": [
          "https://example.com",
          "https://signup.example.com"
        ]
      },
      "description": "",
      "test": false,
      "download": "string",
      "duration": "string",
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "lastUpdatedAt": 0,
      "status": "complete",
      "thumbnail": {
        "image": "string",
        "gif": "string"
      },
      "title": "",
      "visibility": "private"
    }
  ],
  "nextOffset": 0
}

400 Bad Request.

403 Forbidden - Wrong API key.

default Unexpected Server error.