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.
- RaviDuvvadaCopper Contributor
Can someone help me with this? thanks in advance.
- PrixninjaCopper ContributorWe are too struggling with similar issue. Please help
- pioardiBrass ContributorWhich API are you trying to call ?
- pazdedavSteel 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.
- RaviDuvvadaCopper Contributorthanks for the reply.