Forum Discussion
bixam88
4 years agoRegular Visitor
WebAPI using POST method to pull data from API
Hi, I'm trying to get a POST method to work with WebAPI but it's throwing below the errosr that I tried with 2 parameters. It's working completely fine on Postman. Method 1 using X-ApiKey Authe...
bixam88
4 years agoRegular Visitor
otravers i also tried another method to authenticate via Body which is also working fine on Postman but throws error in Power Bi as commented below. Any help on that will be helpful.
otravers
4 years agoCommunity Champion
The Body would typically be some payload (e.g. a JSON array) that your API is expecting in the POST: