Forum Discussion
Anonymous
4 years agoNot applicable
Connect to API with token that changes
Hello, I am trying to connect to an API that requires re creation of a token every 8 hours. I can get it to create a token and pull the json into postman, but not into Power Bi. When I use that postm...
Anonymous
4 years agoNot applicable
I'm now finding the issue is it is a POST request instead of GET, is there any way to connect to data of they have it set up as a POST?
lbendlin
4 years agoSuper User
Providing a Content payload to Web.Contents() converts the API call from GET to POST.