Accounts: list

Lists all GTM Accounts that a user has access to. Try it now.

Request

HTTP request

GET https://www.googleapis.com/tagmanager/v2/accounts

Parameters

Parameter name Value Description
Optional query parameters
includeGoogleTags boolean Also retrieve accounts associated with Google Tag when true.
pageToken string Continuation token for fetching the next page of results.

Authorization

This request requires authorization with at least one of the following scopes:

Scope
https://www.googleapis.com/auth/tagmanager.edit.containers
https://www.googleapis.com/auth/tagmanager.readonly
https://www.googleapis.com/auth/tagmanager.manage.accounts

For more information, see the authentication and authorization page.

Request body

Do not supply a request body with this method.

Response

If successful, this method returns a response body with the following structure:

{
  "account": [
    accounts Resource
  ],
  "nextPageToken": string
}
Property name Value Description Notes
account[] list List of GTM Accounts that a user has access to.
nextPageToken string Continuation token for fetching the next page of results.

Try it!

Use the APIs Explorer below to call this method on live data and see the response.