Method: buyers.clients.get

  • Retrieves a client using a specified resource name with the GET method.

  • Requires name as a path parameter in the format buyers/{accountId}/clients/{clientAccountId}.

  • An empty request body is necessary.

  • The response returns a Client object upon successful execution.

  • Utilizes the https://www.googleapis.com/auth/authorized-buyers-marketplace authorization scope.

Gets a client with a given resource name.

HTTP request

GET https://authorizedbuyersmarketplace.googleapis.com/v1/{name=buyers/*/clients/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Format: buyers/{accountId}/clients/{clientAccountId}

Request body

The request body must be empty.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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