Start Free Trial

Alteryx Designer Desktop Discussions

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

get data from API OAuth 2.0

shareef2
7 - Meteor

Hi Team,

 

I would like pass ID to API an get data. below are the details i received from API team.

 

 

Grant Type: Client Credentials
Access Token URL: https://123.com/apex/epex/oauth/token
Client ID: ..xxx..
Client Secret: ..yyy..
Client Authentication: Send as Basic Auth header

 

==ENDPOINT==

https://123.com/apex/epex/?parameter

 

where "parameter" is the ID to get data.

 

i have tried multiple option in download tool . but can not connect to API. can you please help

 

Thanks 

Sha

 

 

 

to supplement further, here is how we are connecting from POSTMAN

 

shareef2_0-1637228843118.png

 

Tried this option --> error : 401 - Unauthorized: Access is denied due to invalid credentials

shareef2_0-1637232089479.png

 

shareef2_3-1637232149418.png

 

shareef2_4-1637232168349.png

 

 

 

 

 

10 REPLIES 10
shareef2
7 - Meteor

@patrick_digan  while getting the token it self i get error. https://123.com/apex/epex/oauth/token

Labels
Top Solution Authors