Passing parameters into API headers

Hi guys,

I’ve seen that you can pass in URL parameters using the [brackets], but can you use the same process to pass in parameters to the header? I’m trying to send a Bearer token which is specific to the user, having some challenges.

Thank you!

Screen Shot 2020-05-07 at 10.35.47 PM

1 Like

What is your issue? You are doing thing correctly (but you don’t need to put [bracket] in header. When you uncheck “private”, this make the header value available to be filled dynamically.

It is working now - thank you so much!

1 Like