Method: accounts.videos.get

Fetch video details such as serving url for a given video resource name. Videos created by merchants or auto-generated by Google can be fetched. If a video is not ready, the serving url will not be populated.

HTTP request

GET https://merchantapi.googleapis.com/productstudio/v1alpha/{name=accounts/*/videos/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The unique key for the video using the format of accounts/{account}/videos/{videoId}.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Video.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/content

For more information, see the OAuth 2.0 Overview.