<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Connecting Rest API in Talend 8.0 using OAuth2 in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connecting-Rest-API-in-Talend-8-0-using-OAuth2/m-p/2420713#M13392</link>
    <description>&lt;P&gt;Hi Pablo007,&lt;/P&gt;
&lt;P&gt;Thanks for the reply, My issue is that I want to pass OAuth2 token to rest api and wants to get the data from that API, My problem is that I am passing this OAuth2 token from first API and pass it to second API but in Talend I am getting blank response and in PostMan I am getting data using this token. I am not understand what the exact issue?&lt;/P&gt;</description>
    <pubDate>Mon, 19 Feb 2024 12:05:01 GMT</pubDate>
    <dc:creator>haritash</dc:creator>
    <dc:date>2024-02-19T12:05:01Z</dc:date>
    <item>
      <title>Connecting Rest API in Talend 8.0 using OAuth2</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connecting-Rest-API-in-Talend-8-0-using-OAuth2/m-p/2415443#M13338</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I exactly want to do is :-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. I want to fetch the data from Rest API using OAuth 2.0 access token or I&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;need to fetch the data from Rest API using clientid, client secret, scope,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Authorization url etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. After fetching the data I want to sync this data to another Rest API&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;using required filters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have already tried with Talend Open Studio 8.0 Open source to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;achieve that but facing the issue that when I am passing the access token&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to the rest api it is not fetching the data but the response code is&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;showing 200. but in the string I didn't get the response I only got blank.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using the same access Token I am able to get data using PostMan. Please&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;provide me with the solution to my problem&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2024 13:13:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connecting-Rest-API-in-Talend-8-0-using-OAuth2/m-p/2415443#M13338</guid>
      <dc:creator>haritash</dc:creator>
      <dc:date>2024-02-06T13:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting Rest API in Talend 8.0 using OAuth2</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connecting-Rest-API-in-Talend-8-0-using-OAuth2/m-p/2419867#M13389</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I do not have a clear picture of what you need.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For me API rest is success is a matter a try and error,&amp;nbsp; many times I make a call with API creator to create connection together.&lt;/P&gt;
&lt;P&gt;In any case I will try,&amp;nbsp; my excuse in advance if is a nonsense reply&lt;/P&gt;
&lt;P&gt;Have you tried (if is possible) to generate 2 QVD (or working in memory) one with data from first API,&amp;nbsp; and one with the second,&amp;nbsp; and after that mix it with with a Different script and generate a third one?&lt;/P&gt;
&lt;P&gt;with a ETL structure,&amp;nbsp; or on the same script working on memory&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CALL FIRST_API;&lt;BR /&gt;CALL SECOND_API&lt;BR /&gt;CALL MIXING_API&lt;/P&gt;
&lt;P&gt;Also check of you are creating properly the conection to the API,&amp;nbsp; before mixing them,&amp;nbsp; try to create them independent to see if everything works well,&amp;nbsp; looks like you are facing problems just with second one&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 09:11:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connecting-Rest-API-in-Talend-8-0-using-OAuth2/m-p/2419867#M13389</guid>
      <dc:creator>Pablo007</dc:creator>
      <dc:date>2024-02-16T09:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting Rest API in Talend 8.0 using OAuth2</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connecting-Rest-API-in-Talend-8-0-using-OAuth2/m-p/2420713#M13392</link>
      <description>&lt;P&gt;Hi Pablo007,&lt;/P&gt;
&lt;P&gt;Thanks for the reply, My issue is that I want to pass OAuth2 token to rest api and wants to get the data from that API, My problem is that I am passing this OAuth2 token from first API and pass it to second API but in Talend I am getting blank response and in PostMan I am getting data using this token. I am not understand what the exact issue?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 12:05:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connecting-Rest-API-in-Talend-8-0-using-OAuth2/m-p/2420713#M13392</guid>
      <dc:creator>haritash</dc:creator>
      <dc:date>2024-02-19T12:05:01Z</dc:date>
    </item>
  </channel>
</rss>

