<?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 Consume Data Products Dataset with oData API in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Consume-Data-Products-Dataset-with-oData-API/m-p/2548989#M15501</link>
    <description>&lt;P&gt;The recent release of Data Product embeds the ability to let external systems and business partner to consume Data-Set trough an oData API.&lt;/P&gt;
&lt;H4&gt;&lt;U&gt;References&lt;/U&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://en.wikipedia.org/wiki/Open_Data_Protocol" target="_blank"&gt;oData (in Wikipedia)&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/DataIntegration/DataProducts/Consuming-data-products-through-apis.htm" target="_blank"&gt;Consuming data products through APIs&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Product-Innovation/How-OData-APIs-Ensures-Your-Trusted-Data-Products-are-Consumable/ba-p/2532498" target="_blank"&gt;How OData APIs Ensures Your Trusted Data Products are Consumable Everywhere &lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;To enable the possibility to consume oData you need to create a Data Product -&amp;nbsp; &lt;A title="Working with data products" href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/DataIntegration/DataProducts/Data-products.htm" target="_blank" rel="noopener"&gt;Working with data products&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;This gives you immediately the ability to share the data included on DATA Product&amp;nbsp; through an oData API endpoint&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APiccoli_0-1778596750896.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188290i1DD31958EE75F8A9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="APiccoli_0-1778596750896.png" alt="APiccoli_0-1778596750896.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The menu open a page that provides you the API end point for each Data Set o the Data Product&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APiccoli_1-1778596750898.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188289i539AC2A8FEBBB802/image-size/medium?v=v2&amp;amp;px=400" role="button" title="APiccoli_1-1778596750898.png" alt="APiccoli_1-1778596750898.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and down the window you can fide the details on using the API, pagination , query parameters ….&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APiccoli_2-1778596750899.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188288iF85E0F3605B06078/image-size/medium?v=v2&amp;amp;px=400" role="button" title="APiccoli_2-1778596750899.png" alt="APiccoli_2-1778596750899.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APiccoli_3-1778596750899.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188291i35696C61CD6C97A6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="APiccoli_3-1778596750899.png" alt="APiccoli_3-1778596750899.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;each Data Set has his own API endpoint so is possible to use a single space for sharing to multiple parties, depending on the enforcement of your security policies.&lt;/P&gt;
&lt;H4&gt;&lt;U&gt;Authentication and Authorization&lt;/U&gt;&lt;/H4&gt;
&lt;P&gt;The authentication is based to an API-Key that you need to provide during the rest call in the header with the common couple&lt;/P&gt;
&lt;P&gt;authorization : &amp;nbsp;Bearer eyxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APiccoli_4-1778596750899.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188292i6B1017330B9678AD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="APiccoli_4-1778596750899.png" alt="APiccoli_4-1778596750899.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The better, modern, and secure way to provide this Authorization Key is by using a Qlik Cloud oAuth2 configuration. References are on the help&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Admin/mc-create-oauth-client.htm" target="_blank"&gt;Creating and managing OAuth clients&lt;/A&gt;&lt;/P&gt;
&lt;H4&gt;&lt;U&gt;Create an oAuth configuration with the minimum permissions required&lt;/U&gt;&lt;/H4&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APiccoli_5-1778596750900.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188293i7BEAF4181002C024/image-size/medium?v=v2&amp;amp;px=400" role="button" title="APiccoli_5-1778596750900.png" alt="APiccoli_5-1778596750900.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APiccoli_6-1778596750901.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188294i63621C7EA6B34CEE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="APiccoli_6-1778596750901.png" alt="APiccoli_6-1778596750901.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Select&lt;/P&gt;
&lt;P&gt;Client Type “Web”&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APiccoli_7-1778596750901.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188295i697721D9DA7652F8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="APiccoli_7-1778596750901.png" alt="APiccoli_7-1778596750901.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Give a&amp;nbsp;name, better if clearly refer to the external system or business partner to easily manage, disable, delete the configuration and then select as authorization "&lt;SPAN&gt;Scopes"&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;“user_default” that provides&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Full access to your account and content&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APiccoli_8-1778596750902.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188296i4820395C02600786/image-size/medium?v=v2&amp;amp;px=400" role="button" title="APiccoli_8-1778596750902.png" alt="APiccoli_8-1778596750902.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and then add also&amp;nbsp;“dataproduct:consume” thar provide the ability to&amp;nbsp;&lt;EM&gt;Read and consume data products.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APiccoli_9-1778596750902.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188297iB74815DF860FC8DA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="APiccoli_9-1778596750902.png" alt="APiccoli_9-1778596750902.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Select “Allow Machine-to-Machine (M2M)”&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APiccoli_10-1778596750903.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188299i99E95132F35CFA7D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="APiccoli_10-1778596750903.png" alt="APiccoli_10-1778596750903.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Saving the configuration, it will provide oAuth Client and Client Secret that must be saved and keep in a safe place&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APiccoli_11-1778596750904.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188298i4B36EB890FE424D7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="APiccoli_11-1778596750904.png" alt="APiccoli_11-1778596750904.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and last, we need to set the Consent method as trust&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APiccoli_12-1778596750904.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188300i0BFAF03FF434659E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="APiccoli_12-1778596750904.png" alt="APiccoli_12-1778596750904.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H4&gt;&lt;U&gt;User permission:&lt;/U&gt;&lt;/H4&gt;
&lt;P&gt;&amp;nbsp;The first API call run using the oAuth2 credential (equal to a first user access ) will create and user with the name&amp;nbsp; of the of the oauth2 configuration&lt;BR /&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APiccoli_13-1778596750905.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188301iA593948002864E92/image-size/medium?v=v2&amp;amp;px=400" role="button" title="APiccoli_13-1778596750905.png" alt="APiccoli_13-1778596750905.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You need to assign to the user the role you have created to consume Data Products, or having this role assigned it to all users.&lt;BR /&gt;You need to assign “Can Consume Data”&amp;nbsp; permission on both Spaces the one where resides the Data-Set included on the Data Product and the one where you have Activated the Data Product.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APiccoli_14-1778596750905.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188302i1FE841F35D68F8A1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="APiccoli_14-1778596750905.png" alt="APiccoli_14-1778596750905.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APiccoli_15-1778596750906.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188303i03020CB5877EA638/image-size/medium?v=v2&amp;amp;px=400" role="button" title="APiccoli_15-1778596750906.png" alt="APiccoli_15-1778596750906.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Finally you can provide the correct endpoints and oAut2 credentials to your business partner. to access the data.&lt;/P&gt;
&lt;H4&gt;&lt;U&gt;References:&lt;/U&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Admin/mc-create-oauth-client.htm" target="_blank"&gt;Creating and managing OAuth clients&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://qlik.dev/authenticate/oauth/" target="_blank"&gt;OAuth Overview&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://qlik.dev/manage/access-control/" target="_blank"&gt;Manage Access Control - Overview&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Tue, 12 May 2026 15:07:40 GMT</pubDate>
    <dc:creator>APiccoli</dc:creator>
    <dc:date>2026-05-12T15:07:40Z</dc:date>
    <item>
      <title>Consume Data Products Dataset with oData API</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Consume-Data-Products-Dataset-with-oData-API/m-p/2548989#M15501</link>
      <description>&lt;P&gt;The recent release of Data Product embeds the ability to let external systems and business partner to consume Data-Set trough an oData API.&lt;/P&gt;
&lt;H4&gt;&lt;U&gt;References&lt;/U&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://en.wikipedia.org/wiki/Open_Data_Protocol" target="_blank"&gt;oData (in Wikipedia)&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/DataIntegration/DataProducts/Consuming-data-products-through-apis.htm" target="_blank"&gt;Consuming data products through APIs&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Product-Innovation/How-OData-APIs-Ensures-Your-Trusted-Data-Products-are-Consumable/ba-p/2532498" target="_blank"&gt;How OData APIs Ensures Your Trusted Data Products are Consumable Everywhere &lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;To enable the possibility to consume oData you need to create a Data Product -&amp;nbsp; &lt;A title="Working with data products" href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/DataIntegration/DataProducts/Data-products.htm" target="_blank" rel="noopener"&gt;Working with data products&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;This gives you immediately the ability to share the data included on DATA Product&amp;nbsp; through an oData API endpoint&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APiccoli_0-1778596750896.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188290i1DD31958EE75F8A9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="APiccoli_0-1778596750896.png" alt="APiccoli_0-1778596750896.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The menu open a page that provides you the API end point for each Data Set o the Data Product&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APiccoli_1-1778596750898.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188289i539AC2A8FEBBB802/image-size/medium?v=v2&amp;amp;px=400" role="button" title="APiccoli_1-1778596750898.png" alt="APiccoli_1-1778596750898.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and down the window you can fide the details on using the API, pagination , query parameters ….&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APiccoli_2-1778596750899.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188288iF85E0F3605B06078/image-size/medium?v=v2&amp;amp;px=400" role="button" title="APiccoli_2-1778596750899.png" alt="APiccoli_2-1778596750899.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APiccoli_3-1778596750899.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188291i35696C61CD6C97A6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="APiccoli_3-1778596750899.png" alt="APiccoli_3-1778596750899.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;each Data Set has his own API endpoint so is possible to use a single space for sharing to multiple parties, depending on the enforcement of your security policies.&lt;/P&gt;
&lt;H4&gt;&lt;U&gt;Authentication and Authorization&lt;/U&gt;&lt;/H4&gt;
&lt;P&gt;The authentication is based to an API-Key that you need to provide during the rest call in the header with the common couple&lt;/P&gt;
&lt;P&gt;authorization : &amp;nbsp;Bearer eyxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APiccoli_4-1778596750899.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188292i6B1017330B9678AD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="APiccoli_4-1778596750899.png" alt="APiccoli_4-1778596750899.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The better, modern, and secure way to provide this Authorization Key is by using a Qlik Cloud oAuth2 configuration. References are on the help&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Admin/mc-create-oauth-client.htm" target="_blank"&gt;Creating and managing OAuth clients&lt;/A&gt;&lt;/P&gt;
&lt;H4&gt;&lt;U&gt;Create an oAuth configuration with the minimum permissions required&lt;/U&gt;&lt;/H4&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APiccoli_5-1778596750900.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188293i7BEAF4181002C024/image-size/medium?v=v2&amp;amp;px=400" role="button" title="APiccoli_5-1778596750900.png" alt="APiccoli_5-1778596750900.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APiccoli_6-1778596750901.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188294i63621C7EA6B34CEE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="APiccoli_6-1778596750901.png" alt="APiccoli_6-1778596750901.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Select&lt;/P&gt;
&lt;P&gt;Client Type “Web”&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APiccoli_7-1778596750901.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188295i697721D9DA7652F8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="APiccoli_7-1778596750901.png" alt="APiccoli_7-1778596750901.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Give a&amp;nbsp;name, better if clearly refer to the external system or business partner to easily manage, disable, delete the configuration and then select as authorization "&lt;SPAN&gt;Scopes"&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;“user_default” that provides&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Full access to your account and content&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APiccoli_8-1778596750902.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188296i4820395C02600786/image-size/medium?v=v2&amp;amp;px=400" role="button" title="APiccoli_8-1778596750902.png" alt="APiccoli_8-1778596750902.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and then add also&amp;nbsp;“dataproduct:consume” thar provide the ability to&amp;nbsp;&lt;EM&gt;Read and consume data products.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APiccoli_9-1778596750902.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188297iB74815DF860FC8DA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="APiccoli_9-1778596750902.png" alt="APiccoli_9-1778596750902.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Select “Allow Machine-to-Machine (M2M)”&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APiccoli_10-1778596750903.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188299i99E95132F35CFA7D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="APiccoli_10-1778596750903.png" alt="APiccoli_10-1778596750903.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Saving the configuration, it will provide oAuth Client and Client Secret that must be saved and keep in a safe place&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APiccoli_11-1778596750904.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188298i4B36EB890FE424D7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="APiccoli_11-1778596750904.png" alt="APiccoli_11-1778596750904.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and last, we need to set the Consent method as trust&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APiccoli_12-1778596750904.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188300i0BFAF03FF434659E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="APiccoli_12-1778596750904.png" alt="APiccoli_12-1778596750904.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H4&gt;&lt;U&gt;User permission:&lt;/U&gt;&lt;/H4&gt;
&lt;P&gt;&amp;nbsp;The first API call run using the oAuth2 credential (equal to a first user access ) will create and user with the name&amp;nbsp; of the of the oauth2 configuration&lt;BR /&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APiccoli_13-1778596750905.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188301iA593948002864E92/image-size/medium?v=v2&amp;amp;px=400" role="button" title="APiccoli_13-1778596750905.png" alt="APiccoli_13-1778596750905.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You need to assign to the user the role you have created to consume Data Products, or having this role assigned it to all users.&lt;BR /&gt;You need to assign “Can Consume Data”&amp;nbsp; permission on both Spaces the one where resides the Data-Set included on the Data Product and the one where you have Activated the Data Product.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APiccoli_14-1778596750905.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188302i1FE841F35D68F8A1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="APiccoli_14-1778596750905.png" alt="APiccoli_14-1778596750905.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APiccoli_15-1778596750906.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188303i03020CB5877EA638/image-size/medium?v=v2&amp;amp;px=400" role="button" title="APiccoli_15-1778596750906.png" alt="APiccoli_15-1778596750906.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Finally you can provide the correct endpoints and oAut2 credentials to your business partner. to access the data.&lt;/P&gt;
&lt;H4&gt;&lt;U&gt;References:&lt;/U&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Admin/mc-create-oauth-client.htm" target="_blank"&gt;Creating and managing OAuth clients&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://qlik.dev/authenticate/oauth/" target="_blank"&gt;OAuth Overview&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://qlik.dev/manage/access-control/" target="_blank"&gt;Manage Access Control - Overview&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 12 May 2026 15:07:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Consume-Data-Products-Dataset-with-oData-API/m-p/2548989#M15501</guid>
      <dc:creator>APiccoli</dc:creator>
      <dc:date>2026-05-12T15:07:40Z</dc:date>
    </item>
  </channel>
</rss>

