Aug 13 2020 08:53 AM
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.
Aug 20 2020 11:42 AM
Can someone help me with this? thanks in advance.
Aug 31 2020 03:39 PM
Oct 06 2020 09:07 AM
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.