📣 this endpoint synchronize the all the migration job under a project . In this POST request the Project ID and Migration Type have to be set in the url parameter✳ List of URL parameters
Project_ID = 36 character in length
Migration_Type = name of the migration
✳ Example JSON Payload
{"download_all":true,"video_ids":[]}
or
{"download_all":false,"video_ids":["fa030711-148b-4221-99e6-ddb48a46a868",fa030711-148b-4221-99e6-ddb48a46a868]}
🔰 Note: json can be either download_all = true or if download_all = false than there should be a list of video ids which will be imported📢 Info message : Here the POST request enpoint is constructed like /projects/{projId}/videos/imports/{importerType}/import
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.