Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Alteryx and API Calls

btthornhill
7 - Meteor

hi all,

 

I am trying to figure out how to pull data from an API call into Alteryx. I have read a good bit of material but keep getting error messages with no data.

 

I have

 

A request URL

Username

Password

API/Subscription Key

content-type = application/json

and the GET/Post = Post

 

Can someone please help?

 

 

Capture.PNG

 

I go from Access Denied to  Resource Not Found

 

In the Download tool I have the following... the header has "Authorization" checked... Payload  is "Post" and has "Authorization" and "Subscription key" checked

 

Capture1.PNG

 

 Im cannot get any data to come through

 

Thanks!

20 REPLIES 20
apathetichell
18 - Pollux

@Felix_G is that in the header or the body - I've seen grant_type be required in either place (and apis be very picky about it). Usually that also must be both encoded and in a form.

Labels