[[["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-08-21 UTC."],[[["\u003cp\u003eRetrieves information about a specified AdSense account using a GET request.\u003c/p\u003e\n"],["\u003cp\u003eRequires providing the account name as a path parameter in the request URL.\u003c/p\u003e\n"],["\u003cp\u003eReturns an \u003ccode\u003eAccount\u003c/code\u003e object containing the account information if the request is successful.\u003c/p\u003e\n"],["\u003cp\u003eNeeds authorization with either \u003ccode\u003eadsense\u003c/code\u003e or \u003ccode\u003eadsense.readonly\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["The core content describes how to retrieve information about an AdSense account. A `GET` request is sent to `https://adsense.googleapis.com/v2/{name=accounts/*}`, with the `name` path parameter specifying the target account in the format `accounts/{account}`. The request body must be empty. Upon success, the response will contain an `Account` instance. This operation requires either the `https://www.googleapis.com/auth/adsense` or `https://www.googleapis.com/auth/adsense.readonly` OAuth scope.\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\nGets information about the selected AdSense account.\n\n### HTTP request\n\n`GET https://adsense.googleapis.com/v2/{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. Account to get information about. Format: accounts/{account} |\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](/adsense/management/reference/rest/v2/accounts#Account).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/adsense`\n- `\n https://www.googleapis.com/auth/adsense.readonly`"]]