Announcements
I am experiencing a persistent 401 Unauthorized error when calling the Productboard "Notes" API via a Custom Connector, despite the same configuration working perfectly in Postman.
Token Validation: Confirmed via Postman that the OAuth 2.0 Access Token is valid, has the notes:read scope, and belongs to the correct user/workspace.
notes:read
Header Verification: The request includes mandatory headers: X-Version: 1, Accept: application/json, and Authorization: Bearer [token].
X-Version: 1
Accept: application/json
Authorization: Bearer [token]
Outbound Request Inspection: I changed the Connector Host to Webhook.site to inspect the raw outbound request from the Power Platform Gateway.
The Result: The Authorization header correctly contained the Productboard Bearer token.
Authorization
The Observation: The Power Platform is successfully passing the token, but Productboard is rejecting the request with a 401 when the host is set back to api.productboard.com.
api.productboard.com
Security Layer Test: Attempted to "mask" the request by adding a User-Agent: PostmanRuntime/7.41.1 header. This resulted in a 403 Forbidden (likely a Cloudflare JA3 fingerprint mismatch).
User-Agent: PostmanRuntime/7.41.1
Direct Node Test: Calling the connector directly from a Copilot Studio Agent node also results in a 401.
Since the token is confirmed valid (via Postman) and is confirmed to be sent by the Gateway (via Webhook.site), why would the destination API return a 401 only when the request originates from the Power Platform?
I suspect there is a hidden header or a "Traffic Fingerprint" (User-Agent, etc.) being injected by the Azure API Hub / Island Gateway that is causing Productboard's security layer (Cloudflare) to drop the authentication context.
Is there a known issue where the Authorization header is stripped or modified by the Gateway when talking to specific external APIs?
How can I ensure the Power Platform sends a "clean" request that matches the fingerprint of a standard tool like Postman?
Is there a way to view the actual response headers from the 401 error (the ones from Productboard, not the Microsoft proxy) within the Power Platform?
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Vish WR 428
Haque 338
timl 333 Super User 2026 Season 1