[[["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 2025-01-30 UTC."],[[["This endpoint returns information about the authenticated user, such as account identifiers and kind."],["Requires authorization with the `https://www.googleapis.com/auth/content` scope."],["The response includes account identifiers, which can vary depending on the type of account (individual, aggregator, or subaccount)."],["AccountIdentifier object provides details about the aggregator ID and merchant ID associated with the user."]]],["This document details how to retrieve information about an authenticated user. A `GET` request to `https://shoppingcontent.googleapis.com/content/v2.1/accounts/authinfo` is used, with an empty request body. A successful response includes `accountIdentifiers`, an array of `AccountIdentifier` objects containing `aggregatorId` and `merchantId`, and the string `content#accountsAuthInfoResponse` as the `kind`. Authentication requires the `https://www.googleapis.com/auth/content` OAuth scope.\n"]]