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 IO Discussions

Customize and extend the power of Alteryx with SDKs, APIs, custom tools, and more.

API Call issue

Anshita
8 - Asteroid

Hi Team,

 

While trying to make an API call using the download tool we are getting this error:: 

 

HTTP/1.1 401 Unauthorized
WWW-Authenticate: Negotiate
WWW-Authenticate: Basic realm="INTRANET.xyz.com"
Content-Type: text/html;charset=utf-8
Content-Language: en
Content-Length: 93
Date: Fri, 15 Jul 2022 11:59:51 GMT

 

 

Can you please let me know what all we should check to make sure we are able to establish connection?

 

 

Thanks!

1 REPLY 1
chukleswk
11 - Bolide

The 401 Unauthorized response is because your API doesn't have the correct authentication credentials.

 

Several different validation that you might end up need to do are

  • a username / password
  • Bearer authorization
  • Odata authorization

Each one will require a different setup for your download.