Lists accounts accessible to the calling user and matching the constraints of the request such as page size or filters. This is not just listing the sub-accounts of an MCA, but all accounts the calling user has access to including other MCAs, linked accounts, standalone accounts and so on. If no filter is provided, then it returns accounts the user is directly added to.
HTTP request
GET https://merchantapi.googleapis.com/accounts/v1beta/accounts
The URL uses gRPC Transcoding syntax.
Query parameters
Parameters | |
---|---|
page |
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. |
page |
Optional. A page token, received from a previous When paginating, all other parameters provided to |
filter |
Optional. Returns only accounts that match the filter. For more details, see the filter syntax reference. |
Request body
The request body must be empty.
Response body
Response message for the accounts.list
method.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"accounts": [
{
object ( |
Fields | |
---|---|
accounts[] |
The accounts matching the |
next |
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.