Account group list
GET https://{{base_url}}/v6/account-groups.json
Account group list
Returns a list of all account groups available to the current user. The aid value returned for an account in this list of account groups can be used in queries elsewhere within the app. See Account Context for more information on changing Account Group context.
Optional (querystring) Parameters
- format=json|xml optional, specifies the format of output requested. See Output Formats for more information
- aid={aid} optional, changes the account group context of the current request. If an invalid account group ID is specified as a parameter, the response will come back as an HTTP/400 error
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |