- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - Try it!
 
List all sub-accounts for a given advanced account. This is a convenience wrapper for the more powerful accounts.list method. This method will produce the same results as calling ListsAccounts with the following filter: relationship(providerId={parent} AND service(type="ACCOUNT_AGGREGATION"))
HTTP request
GET https://merchantapi.googleapis.com/accounts/v1beta/{provider=accounts/*}:listSubaccounts
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
provider | 
                
                   
 Required. The aggregation service provider. Format:   | 
              
Query parameters
| Parameters | |
|---|---|
pageSize | 
                
                   
 Optional. The maximum number of accounts to return. The service may return fewer than this value. If unspecified, at most 250 accounts are returned. The maximum value is 500; values above 500 are coerced to 500.  | 
              
pageToken | 
                
                   
 Optional. A page token, received from a previous  When paginating, all other parameters provided in the   | 
              
Request body
The request body must be empty.
Response body
Response message for the accounts.listSubaccounts method.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
{
  "accounts": [
    {
      object ( | 
                  
| Fields | |
|---|---|
accounts[] | 
                    
                       
 The accounts for which the given parent account is an aggregator.  | 
                  
nextPageToken | 
                    
                       
 A token, which can be sent as   | 
                  
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/content
For more information, see the OAuth 2.0 Overview.