Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
haritash
Contributor
Contributor

Connecting Rest API in Talend 8.0 using OAuth2

I exactly want to do is :-

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 

0 Replies