The maximum number of accounts to include in the response, used for paging. If unspecified, at most 10000 accounts will be returned. The maximum value is 10000; values above 10000 will be coerced to 10000.
pageToken
string
A page token, received from a previous accounts.list call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to accounts.list must match the call that provided the page token.
Request body
The request body must be empty.
Response body
Response definition for the account list rpc.
If successful, the response body contains data with the following structure:
[[["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-02-28 UTC."],[[["Lists all AdSense accounts accessible to the authenticated user."],["Supports pagination to retrieve large lists of accounts using `pageSize` and `pageToken` parameters."],["Returns a list of accounts and a token for retrieving subsequent pages in the response."],["Requires authorization with either `https://www.googleapis.com/auth/adsense` or `https://www.googleapis.com/auth/adsense.readonly` scope."]]],["The core content outlines the process of listing user accounts via an HTTP GET request to `https://adsense.googleapis.com/v2/accounts`. Key actions include using `pageSize` and `pageToken` query parameters for pagination. The request body must be empty. The successful response includes a JSON object with an array of `accounts` and `nextPageToken` for further pagination. It also details required OAuth scopes, either `adsense` or `adsense.readonly`, for authorization.\n"]]