<?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: Gateway API Issue in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Gateway-API-Issue/m-p/3734721#M49955</link>
    <description>&lt;P&gt;you need to first authenticate before you can call these endpoints.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Feb 2024 22:07:48 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-02-29T22:07:48Z</dc:date>
    <item>
      <title>Gateway API Issue</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Gateway-API-Issue/m-p/3733933#M49952</link>
      <description>&lt;P&gt;I've run&amp;nbsp;curl --write-out %{json} --request GET &lt;A href="https://api.powerbi.com/v1.0/myorg/gateways/ce5813c2-373b-4e0a-82f6-a7fe5483dd14" target="_blank" rel="noopener"&gt;https://api.powerbi.com/v1.0/myorg/gateways/ce5813c2-373b-4e0a-82f6-a7fe5483dd14&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I get this error&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{"error":{"code":"PowerBINotAuthorizedException","pbi.error":{"code":"PowerBINotAuthorizedException","parameters":{},"details":[],"exceptionCulprit":1}}}&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 15:23:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Gateway-API-Issue/m-p/3733933#M49952</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-29T15:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Gateway API Issue</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Gateway-API-Issue/m-p/3734721#M49955</link>
      <description>&lt;P&gt;you need to first authenticate before you can call these endpoints.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 22:07:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Gateway-API-Issue/m-p/3734721#M49955</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-02-29T22:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Gateway API Issue</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Gateway-API-Issue/m-p/3735781#M49965</link>
      <description>&lt;P&gt;I do use this code to create a bearer token and then apply this token to the CURL statement but I still recieve this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d "grant_type=client_credentials&amp;amp;client_id=&amp;lt;client_id&amp;gt;&amp;amp;resource=&lt;A href="https://analysis.windows.net/powerbi/api&amp;amp;client_secret=" target="_blank"&gt;https://analysis.windows.net/powerbi/api&amp;amp;client_secret=&lt;/A&gt;&amp;lt;client_secret&amp;gt;" &lt;A href="https://login.microsoftonline.com/52da6ceb-c432-45d8-9cee-97902996ced9/oauth2/token" target="_blank"&gt;https://login.microsoftonline.com/52da6ceb-c432-45d8-9cee-97902996ced9/oauth2/token&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 08:12:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Gateway-API-Issue/m-p/3735781#M49965</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-01T08:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Gateway API Issue</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Gateway-API-Issue/m-p/3735807#M49966</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As far as I know, you can try to call the Power BI Rest API by Postman, you can use the bear token in it.&lt;/P&gt;
&lt;P&gt;For reference:&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Authentication-with-Postman/m-p/1806266" target="_blank"&gt;Solved: Power BI REST API Authentication with Postman - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 08:27:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Gateway-API-Issue/m-p/3735807#M49966</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-01T08:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Gateway API Issue</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Gateway-API-Issue/m-p/3735888#M49967</link>
      <description>&lt;P&gt;Dear v-rzhou-msft,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’ve ran the same request in Postman and still receive the same error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 08:54:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Gateway-API-Issue/m-p/3735888#M49967</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-01T08:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Gateway API Issue</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Gateway-API-Issue/m-p/3736254#M49971</link>
      <description>&lt;P&gt;Run it in the Power BI REST API sandbox.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 12:24:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Gateway-API-Issue/m-p/3736254#M49971</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-03-01T12:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Gateway API Issue</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Gateway-API-Issue/m-p/3736301#M49973</link>
      <description>&lt;P&gt;So I've looked at the sandbox and the APIs seem to be of the reporting kind and not access to gateway.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 12:57:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Gateway-API-Issue/m-p/3736301#M49973</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-01T12:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Gateway API Issue</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Gateway-API-Issue/m-p/3736761#M49976</link>
      <description>&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/gateways" target="_blank"&gt;Gateways - REST API (Power BI Power BI REST APIs) | Microsoft Learn&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 16:48:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Gateway-API-Issue/m-p/3736761#M49976</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-03-01T16:48:23Z</dc:date>
    </item>
  </channel>
</rss>

