REST API Outbound integration (No Auth)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2023 01:16 AM
I'm trying to establish an outbound integration between power automate and service now. I have provided endpoint, authentication details (no auth) and query parameters. But still I keep getting 401 error. {"error":{"code":"AuthorizationFailed","message":"The authentication credentials are not valid."}}
However, when tried using postman the same connection works perfectly. Can someone help me with this issue please?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2023 01:09 PM
Any update on this? Did you find a solution?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2023 02:18 PM
Haha. I think I figured it out: There is a character limit on the Endpoint field so the URL was getting cut off and I was getting that authorization error.