I need to obtain all authorized ad accounts under my Developer Token, what's the fastest way to do that?
Currently I am using the /me/business endpoint to list all businesses and from each business list all
/<<business_id>>/owned_ad_accounts and then /<<business_id>>/client_ad_accounts.
Problem is that with large business (millions of ad accounts each) this takes hours since request is paginated and can only be done sequentially.
Is there another faster way to list them all?