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.
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.