Hi,
You do not need to set the request header keys in the Flow Variable tab. What you are doing here essentially is controlling the list of header keys, which are in your case those two:
accept
authorization
By setting this to the access_token flow variable, you are changing it to:
Bearer YUF…
and that is wrong. Simply remove the flow variable mapping in the flow var tab and it should work. You have already told KNIME that you want to use the flow variable value by setting the Value kind to “Flow variable”.
Kind regards,
Alexander