Tip: See Adding a video to your listing in the eBay Seller Center for de"
},
{
"info": {
"name": "getVideo",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.ebay.com{basePath}/video/:video_id",
"params": [
{
"name": "video_id",
"value": "",
"type": "path",
"description": "The unique identifier of the video to be retrieved."
}
],
"auth": {
"type": "oauth2",
"flow": "authorization_code",
"authorizationUrl": "https://auth.ebay.com/oauth2/authorize",
"accessTokenUrl": "https://api.ebay.com/identity/v1/oauth2/token",
"credentials": {
"clientId": "{{clientId}}",
"clientSecret": "{{clientSecret}}"
}
}
},
"docs": "This method retrieves a video's metadata and content given a specified video ID. The method returns the title, size, classification, description, video ID, playList, status, status message (if any), expiration date, and thumbnail image of the retrieved video. The video’s title, size, classification, and description are set using the video ID and uploads the input file. After the file has been uploaded the processing of the file begins.
Note: The size of the video to be uploaded must exactly match the size of the video's input stream that was set in the createVideo method. If the si"
}
]
}
],
"bundled": true
}