Hi,
I am new to Alteryx using Text Input tool to call API. I have tried looking for solutions within the community but to no avail. It works fine if i directly read in the .JSON files (saved from Postman).
Please help! Thanks.
Hi @Georgia_H
I don't know the specifications of your using API, so it's hard for me to answer accuracy.
But do you set the headers or body correctly in the Download tool as well as the PostMan?
In my experience, the API key was often set in the header.
Hello, i have no issue reading in the .JSON files output from Postman using Files in from Alteryx. But this is not what i want to achieve.
I want to directly call the API URL from Alteryx and download the files so that I can massage them before writing into my reporting database.
My concern is why am i not able to retrieve data out from download tool. I have attached the screenshots for your reference. Please let me know what else you need from me. API key was set in the Text_Input tool. Thanks in advance.
One problem I have had is that Postman automatically can create the headers and within that header the is usually an Authentication method or an Accept method.
Alteryx doesn't appear to be able to automatically figure that out. What I do is is look at postman for an Authentication header and it should have a Basic xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx(assuming you are using Basic auth.
I hope this helps.
Seth
Hi Seth,
From Postman, under the Authorization tab, I could only see below: Type: "Inherit auth from parent"
What should I fill up under Headers in Alteryx Download tool? Thanks in advance.