Forum Discussion

RaviDuvvada's avatar
RaviDuvvada
Copper Contributor
Aug 13, 2020

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's avatar
    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.

Resources