Forum Discussion
wsdcawefwqrevfq
3 years agoHelper I
REST API Get Bearer Token when NOT Admin
There are several posts on getting the bearer token needed to get data from the REST API. Most have been marked as solved. However, each solution points to, or walks through the process as if one we...
- 3 years ago
I foun dthis in another post:
https://github.com/migueesc123/PowerBIRESTAPI
I have implemented it and it works great. Still in beta but the important stuff, reports, pages, datasets, refresh histors and schedules are working.
GilbertQ
3 years agoSuper User
You can log in with your own credentials which will give you a bearer token.
You can try this via the REST APIs and click on Try It
Groups - Get Groups - REST API (Power BI Power BI REST APIs) | Microsoft Learn
wsdcawefwqrevfq
3 years agoHelper I
I should have clearer. I meant with regards to automatically retrieving token using the client ID, etc