Method: buyers.clients.get

  • Retrieves a specific client using their resource name.

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

  • Uses a GET request with the client's resource name in the URL path.

  • Returns a Client object with information about the requested client if successful.

  • Request body should be empty.

Gets a client with a given resource name.

HTTP request

GET https://authorizedbuyersmarketplace.googleapis.com/v1alpha/{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