Documentation says that I have to authorize via authorization code grant flow.
https://developer.ebay.com/api-docs/sell/marketing/resources/ad_report/methods/getReport
This requires the user login (done by redirection). I would like to automate Ads report, but it can't be done due it requires user to login every time.
Is there any possibility to automate ads report with client credentials grant flow or any other way?