Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

How to use the download tool

Hamder83
11 - Bolide

Hi 

I'm new to using api's, so my basic understanding is not there. And that might be the root cause here.

We have an internal API


I created a workflow where i retrive a bearer token.

And im trying to use that to access this endpoint.

I have 4 coloumns:


URL
Authorization
Body
Header: clinet_id

 

 

Hamder83_0-1654243855576.png



If I do the call in postmann, it works:

Hamder83_1-1654243907592.png



In my download tool:

Hamder83_2-1654244022472.png

 

Hamder83_3-1654244038359.png

Hamder83_4-1654244058534.png



What am I doing wrong? Or missing?

 

1 REPLY 1
Luke_C
17 - Castor

Hi @Hamder83 

 

One observation is the content-type in your download tool seems to be different than postman (json vs text). APIs are tricky, without having the API documentation it will be tough to troubleshoot.


Is there any error being returned by the download tool?

Labels