[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["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."]]],["The core content describes how to retrieve a client using a `GET` request to a specific URL: `https://authorizedbuyersmarketplace.googleapis.com/v1/{name=buyers/*/clients/*}`. The `name` path parameter, a required string, follows the format `buyers/{accountId}/clients/{clientAccountId}`. The request body must be empty. A successful response returns a `Client` instance. Access requires the OAuth scope `https://www.googleapis.com/auth/authorized-buyers-marketplace`. The `Try it!` link leads to the endpoint.\n"]]