API Question Need Help

How to use Parameter on header?
( API Secret, so i can have my user to enter their app sec key )

<> works only for the json body.
For parameters and headers the value itself is dynamic if you uncheck “private”.
If you want to dynamically input an auth token you just compose the value with an expression. Something like an arbitrary text where you put Bearer YOURDYNAMICTOKEN

Cheers
Mariano

1 Like

Thanks. uncheck private, it can be parameter again

1 Like