Method: buyers.finalizedDeals.get

  • This document provides reference information for getting a finalized deal given its name using an HTTP GET request.

  • The request requires a name path parameter specifying the account and deal ID.

  • The request body should be empty.

  • A successful response contains an instance of FinalizedDeal.

  • Authorization requires the https://www.googleapis.com/auth/authorized-buyers-marketplace OAuth scope.

Gets a finalized deal given its name.

HTTP request

GET https://authorizedbuyersmarketplace.googleapis.com/v1alpha/{name=buyers/*/finalizedDeals/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Format: buyers/{accountId}/finalizedDeals/{dealId}

Request body

The request body must be empty.

Response body

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

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/authorized-buyers-marketplace