<?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 Tables through the API in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Tables-through-the-API/m-p/3085770#M41305</link>
    <description>&lt;P&gt;I'm trying to bring tables through the hotmart API but I'm not succeeding, does anyone know how to solve it? I believe my code is wrong&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BIUser22232_0-1676672589146.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/873859iDB97D0C092C635BE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BIUser22232_0-1676672589146.png" alt="BIUser22232_0-1676672589146.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="BIUser22232_1-1676672636359.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/873862i486F562597CBFB37/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BIUser22232_1-1676672636359.png" alt="BIUser22232_1-1676672636359.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Feb 2023 22:24:04 GMT</pubDate>
    <dc:creator>BIUser22232</dc:creator>
    <dc:date>2023-02-17T22:24:04Z</dc:date>
    <item>
      <title>Tables through the API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Tables-through-the-API/m-p/3085770#M41305</link>
      <description>&lt;P&gt;I'm trying to bring tables through the hotmart API but I'm not succeeding, does anyone know how to solve it? I believe my code is wrong&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BIUser22232_0-1676672589146.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/873859iDB97D0C092C635BE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BIUser22232_0-1676672589146.png" alt="BIUser22232_0-1676672589146.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="BIUser22232_1-1676672636359.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/873862i486F562597CBFB37/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BIUser22232_1-1676672636359.png" alt="BIUser22232_1-1676672636359.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 22:24:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Tables-through-the-API/m-p/3085770#M41305</guid>
      <dc:creator>BIUser22232</dc:creator>
      <dc:date>2023-02-17T22:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Tables through the API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Tables-through-the-API/m-p/3089232#M41355</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;HI&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/516896"&gt;@BIUser22232&lt;/a&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;You can try to use the following codes if it suitable for your requirement::&lt;/FONT&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;let
    url = "api-sec-vlc.hotmart.com",
    token = "xxxxx",
    response = Web.Contents(
        url,
        [
            RelativePath = "/security/oauth/token",
            Headers = [
                Authoraztion = "Basic " &amp;amp; token,
                #"Content-Type" = "application/json"
            ],
            Query = [
                grant_type = "client_credentials",
                client_id = "id string",
                client_secret = "secret string"
            ]
        ]
    ),
    AccessToken = Json.Document(response)[access_token]
in
    AccessToken&lt;/LI-CODE&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 02:35:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Tables-through-the-API/m-p/3089232#M41355</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-21T02:35:24Z</dc:date>
    </item>
  </channel>
</rss>

