📣 this endpoint provides a migration job details. In this GET request the Library ID and Migration Type and Migration ID have to be set in the url parameter✳ List of URL parameters
libraryID = 36 character in length
Migration_Type = name of the migration
Migration_ID = the id of migration job
📢 Info message : Here URL is contructed like GET/libraries/{libraryID}/videos/imports/{importerType}/migrations/{migrationId}
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.vidinfra.com/libraries//videos/imports/vimeo/migrations/1'
Response Response Example
{}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.