- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Looking for the same, kindly respond.
I was going through Adobe IO documentation for Analytics API 2.0 and found that there are 2 ways of creating access token i.e. JWT or OAuth.
- - Using Postman, I am able to get access token using OAuth method, but how can I do it programmatically, kindly share.
- - Also when using JWT, Access token is created, but it is giving me following error on Reports, when hitting through Postman https://analytics.adobe.io/api/xxxxxxx/reports [The code for this programmatically is available]
Response is :-
{
"errorCode": "invalid_token",
"errorDescription": "User associated with ims token could not be found or company not found.",
"errorId": "auth-xxxxxx-xxxx-xxxx-xxxx-xxxxxx"
}
Kindly help.