📣 this endpoint synchronize the all the migration job under a project . In this POST request the Library ID and Migration Type have to be set in the url parameter✳ List of URL parameters
libraryID = 36 character in length
Migration_Type = name of the migration
✳ the request payload should be empty📢 Info message : Here the POST request enpoint is constructed like /libraries/{libraryID}/videos/imports/{importerType}/sync
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.vidinfra.com/libraries//videos/imports/vimeo/sync'
Response Response Example
{}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.