Hi,
I to be able to use my username & password in a pre-request script (or even just standard download) to pull a bearer token (which can then be used in a future download) - is there a way in alteryx to build the pre-request script?
Solved! Go to Solution.
You structure this as an intial call to hit a token endpoint in the download tool. You then json parse the downloadData (response) to extract that token - and use it for subsequent download tool calls.
Thanks for the response - What are the parameters/headers to input my username and password?
Think I figured it out - there's a username & password input on the Connection tab. Thank you!