Logic Apps - HTTP Action

Copper Contributor

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.

5 Replies

Can someone help me with this? thanks in advance.

We are too struggling with similar issue. Please help
Which API are you trying to call ?

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.

thanks for the reply.