Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
Anonymous
Not applicable

Gateway API Issue

I've run curl --write-out %{json} --request GET https://api.powerbi.com/v1.0/myorg/gateways/ce5813c2-373b-4e0a-82f6-a7fe5483dd14

 

And I get this error 

 

{"error":{"code":"PowerBINotAuthorizedException","pbi.error":{"code":"PowerBINotAuthorizedException","parameters":{},"details":[],"exceptionCulprit":1}}}

7 REPLIES 7
lbendlin
Super User
Super User

you need to first authenticate before you can call these endpoints.

Anonymous
Not applicable

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:

 

curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d "grant_type=client_credentials&client_id=<client_id>&resource=https://analysis.windows.net/powerbi/api&client_secret=<client_secret>" https://login.microsoftonline.com/52da6ceb-c432-45d8-9cee-97902996ced9/oauth2/token

Anonymous
Not applicable

Hi @Anonymous ,

 

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.

For reference: Solved: Power BI REST API Authentication with Postman - Microsoft Fabric Community

 

Best Regards,
Rico Zhou

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

Dear v-rzhou-msft,

 

I’ve ran the same request in Postman and still receive the same error.

 

Regards,

Run it in the Power BI REST API sandbox.

Anonymous
Not applicable

So I've looked at the sandbox and the APIs seem to be of the reporting kind and not access to gateway.

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Kudoed Authors