📣 this endpoint provides all the pull video request . In this GET request the Project ID have to be set in the url parameter✳ List of URL parameters
Project_ID = 36 character in length
📢 Info message : Here URL is contructed like GET/projects/{projId}/videos/imports/list
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
projId
stringÂ
required
Example:
11e4ec5d-d79c-483a-b5e4-0a770e01d77c
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'http://localhost:8080/v1/projects/11e4ec5d-d79c-483a-b5e4-0a770e01d77c/videos/imports/list'