Flow runs in the browser but not through the webhook

I have a flow that runs well on my desktop and from the web interface (I can open it, and run it, and it runs to completion).

The flow calls a request with a bearer access token as part of the header, but the endpoint inherits the authentication from the collection.

When I trigger the same flow from the webhook, it does not send the Bearer token with the request headers :frowning:

The environment is set on the flow for the step that does the call.

I also synced the token, in case that’s the issue.

Any help is appreciated.