Try the MCP server for Google Analytics. Install from
GitHub, and see the
announcement for more details.
Method: accounts.get
Stay organized with collections
Save and categorize content based on your preferences.
Lookup for a single Account.
HTTP request
GET https://analyticsadmin.googleapis.com/v1beta/{name=accounts/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
Required. The name of the account to lookup. Format: accounts/{account} Example: "accounts/100"
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Account
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[null,null,["Last updated 2024-10-09 UTC."],[[["\u003cp\u003eLookup account details using the provided API endpoint with a GET request.\u003c/p\u003e\n"],["\u003cp\u003eSpecify the account to lookup using the \u003ccode\u003ename\u003c/code\u003e path parameter in the format \u003ccode\u003eaccounts/{account}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe API requires authorization using specified OAuth scopes for either read or edit access.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful requests will return an Account object containing the requested account information.\u003c/p\u003e\n"]]],["This document outlines the process for retrieving a single account using the Analytics Admin API. A `GET` request is made to `https://analyticsadmin.googleapis.com/v1beta/{name=accounts/*}`, with the account identifier provided in the `name` path parameter (e.g., `accounts/100`). The request body must be empty. A successful response returns an `Account` instance. Access requires either `analytics.readonly` or `analytics.edit` OAuth scopes. The `try it!` button allows to experiment.\n"],null,["# Method: accounts.get\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLookup for a single Account.\n\n### HTTP request\n\n`GET https://analyticsadmin.googleapis.com/v1beta/{name=accounts/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------|----------------------------------------------------------------------------------------------------------|\n| `name` | `string` Required. The name of the account to lookup. Format: accounts/{account} Example: \"accounts/100\" |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [Account](/analytics/devguides/config/admin/v1/rest/v1beta/accounts#Account).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/analytics.readonly`\n- `https://www.googleapis.com/auth/analytics.edit`"]]