📣 this endpoint provides all the pull video request . In this GET request the library ID have to be set in the url parameter✳ List of URL parameters
libraryID = 36 character in length
📢 Info message : Here URL is contructed like GET/libraries/{libraryID}/videos/imports/list
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Responses
🟢200Success
application/json
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api-staging.tenbyte.io/v1/libraries//videos/imports/list' \
--header'Authorization: Bearer <token>'