Hello,
I have a weird behaviour when I configure OAuth2 authentication to communicate with my app.
Everything seems properly configured, but when I test the flow I get an error from my endpoint which says that I must be authenticated with OAuth2.
The weird thing is that if I take the generated access_token from Zapier’s logs and I make the same call with postman I have no errors. However, when I replicate the behaviour in Zapier, with the dynamic access_token ({{bundle.authData.access_token}}), it doesn’t work.
Any idea of why?
Thanks!