ad_accounts
List ad accounts
Get a list of the ad_accounts that the "operation user_account" has access to. - This includes ad_accounts they own and ad_accounts that are owned by others who have granted them Business Access.
get/ad_accounts
Query parameters
include_shared_accountsboolean
Include shared ad accounts
bookmarkstring
Cursor used to fetch the next page of items
page_sizeinteger
Maximum number of items to include in a single page. See documentation on Pagination for more information.
Response
The request has succeeded.
Example response
{
"items": [
{
"time_zone": "America/Los_Angeles"
}
]
}