I am implementing a backend workflow (Workflow API) to allow for a third party app (cal.com) to refresh it’s OAuth token. To do this, I need access to the Headers of the request and use the “Authorization: Bearer” token for further processing. I have not found a way to access it, is it possible?
For further reference on what I am trying to achieve, see Quickstart - Cal.com Docs (section “4 . Backend: setting up a refresh token endpoint”)