Method: products.get

  • This document provides reference information for retrieving an individual product using a GET request.

  • The API endpoint is https://dv360outofhomeseller.googleapis.com/v1beta1/products/*.

  • A required path parameter name is used to identify the specific product.

  • Successful requests return a Product instance in the response body.

  • Authorization requires the https://www.googleapis.com/auth/doubleclickbidmanager OAuth scope.

Retrieves an individual product.

  • For example i.e. GET /v1beta1/products/123

HTTP request

GET https://dv360outofhomeseller.googleapis.com/v1beta1/{name=products/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required.

Request body

The request body must be empty.

Response body

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

Authorization Scopes

Requires the following OAuth scope:

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

For more information, see the OAuth 2.0 Overview.