Forum Discussion
akashgera
5 years agoHelper I
Invalid Api credentials response code 11
Hello Everyone, I am using REST API to fetch the data from 3rd party using POST method, I have used the same parameters in Header, Body in postman and it is giving me the data in json format, but wh...
v-kelly-msft
5 years agoCommunity Support
Hi akashgera ,
Is your issue solved now?
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!
akashgera
5 years agoHelper I
Hi Kelly,
Still facing the same issue, I don't know what is wrong in this code (No Syntax error detected)
Error: Invalid API Credentials.
Used postman to fetch the data using same parameters and it is giving data without any error.
I think something is wrong in this part:
webdata = Web.Contents(url, [Content = Text.ToBinary(RequestBody), Headers=header])
Pls help !