Forum Discussion
RaviDuvvada
Aug 13, 2020Copper Contributor
Logic Apps - HTTP Action
I'm trying to call an API using Logic Apps - HTTP Action and it says Unauthorized. Want to see the complete POST request instead of just Input : JSON. Any quick answers please? thanks.
pazdedav
Steel Contributor
Hi RaviDuvvada ,
Such response is a clear indication that the API requires authentication (typically provided in the HTTP header, e.g. using a JSON Bearer token, but there are other mechanisms and standards available).
You need to check with the API provider what authentication and authorization they support, how you should be making requests, etc. That is typically exposed via Open API Standard.
RaviDuvvada
Oct 30, 2020Copper Contributor
thanks for the reply.