Forum Discussion
tom1tas
2 years agoFrequent Visitor
Load Data from Rest Api with Bearer Token
Hello Everyone, thanks for your help. I am trying to load a Rest Api that you will be able to see at the end of the text through a power Query that I used to load the data to my power bi Dashboard...
lbendlin
2 years agoSuper User
you are missing the closing double quotes after the token. Also note that a JWT and an API Key are techincally different things. It is rather unusual to use an API key as a token.
tom1tas
2 years agoFrequent Visitor
This issue was solved by turning the bearer authentication into a token in the header authentication directly from the API, notice from my research if you want to connect a bearer token you have to use a custom connector otherwise the rest api configuration must be modified.