Forum Discussion

LP2803's avatar
LP2803
Responsive Resident
5 years ago

How to fetch Data from API with dynamic access token

Hi Team,

 

Im new to API/REST API methods in PowerBI. So please help me with understand and how to achieve the below requirement

 

Im trying to fetch the WebEx meeting informaiton for my analysis from https://webexapis.com/v1/meetings

Our webex support team has given me a document which to follow some steps to get to the actual data. Below are the steps

 

1. go to https://developer.webex.com and create an integration which provides me client ID, client Secret ID and OAuth Authorization URL. Here is the documentation to for the same https://developer.webex.com/docs/integrations 

2. when we enter the OAuth Authorization URL in to the brower and hit enter, we get the code

3. with this code, client ID, client secret id, go to postman and generate the access token

4. this access token is then used to generate the bearer token 

5. with the bearer token entered as one of th parameters, we will be able to get to the actual data in Postman

 

Now, the question is how to do this in powerbi without going to developer.webex.com 

 

Please help me as i have relatively zero knowledge on APIs

4 Replies