Returns information about the authenticated user.
HTTP request
GET https://shoppingcontent.googleapis.com/content/v2.1/accounts/authinfo
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"accountIdentifiers": [
{
object ( |
Fields | |
---|---|
account |
The account identifiers corresponding to the authenticated user.
|
kind |
Identifies what kind of resource this is. Value: the fixed string " |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/content
For more information, see the OAuth 2.0 Overview.
AccountIdentifier
JSON representation |
---|
{ "aggregatorId": string, "merchantId": string } |
Fields | |
---|---|
aggregator |
The aggregator ID, set for aggregators and subaccounts (in that case, it represents the aggregator of the subaccount). |
merchant |
The merchant account ID, set for individual accounts and subaccounts. |