1. I want to fetch the data from Rest API using OAuth 2.0 access token or I need to fetch the data from Rest API using clientid, client secret, scope, Authorization url etc. 2. After fetching the data I want to sync this data to another Rest API using required filters.
I have already tried with Talend Open Studio 8.0 Open source to achieve that but facing the issue that when I am passing the access token to the rest api it is not fetching the data but the response code is showing 200. but in the string I didn't get the response I only got blank.
Using the same access Token I am able to get data using PostMan. Please provide me with the solution to my problem