AI-generated Key Takeaways
-
This method lists a partial view of sub-accounts for a specific parent account.
-
The HTTP request uses a GET method with a URL containing a parent parameter and follows gRPC Transcoding syntax.
-
Path parameters require the parent platform's name, while query parameters allow specifying the maximum number of accounts and a page token for pagination.
-
The request body must be empty, and the response body contains a list of accounts and a next page token for continuation.
-
The method requires authorization via the
https://www.googleapis.com/auth/adsenseorhttps://www.googleapis.com/auth/adsense.readonlyOAuth scopes.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists a partial view of sub-accounts for a specific parent account.
HTTP request
GET https://adsenseplatform.googleapis.com/v1/{parent=platforms/*}/accounts
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. Platform who parents the accounts. Format: platforms/{platform} |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. 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 |
Optional. A page token, received from a previous |
Request body
The request body must be empty.
Response body
Response definition for the list accounts rpc.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"accounts": [
{
object ( |
| Fields | |
|---|---|
accounts[] |
The Accounts returned in the list response. Represented by a partial view of the Account resource, populating |
nextPageToken |
Continuation token used to page through accounts. To retrieve the next page of the results, set the next request's "pageToken" value to this. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/adsensehttps://www.googleapis.com/auth/adsense.readonly