Hi all,we want to call the Analytics API 2.0 from our Java application.
Therefor we generate an JWT token and with that JWT token an access
token in Java. We used this tutorial:
https://www.adobe.io/authentication/auth-methods.html#!adobeio/adobeio-documentation/master/auth/JWTAuthenticationQuickStart.md
https://www.adobe.io/authentication/auth-methods.html#!adobeio/adobeio-documentation/master/auth/JWTAuthenticationQuickStart.mdNow
we try to get a report from Analytics API with this access toke...