Method: buyers.userLists.get

  • This document outlines how to retrieve a user list by its name using an HTTP GET request.

  • The request requires a name path parameter to specify the user list to be retrieved.

  • The request body must be empty, and a successful response will contain an instance of UserList.

  • Accessing this functionality requires authorization with the https://www.googleapis.com/auth/realtime-bidding OAuth scope.

Gets a user list by its name.

HTTP request

GET https://realtimebidding.googleapis.com/v1/{name=buyers/*/userLists/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the user list to be retrieved. See UserList.name.

Request body

The request body must be empty.

Response body

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

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/realtime-bidding