Alteryx Designer Desktop Discussions

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

API authentication via an id, secret and a token

Deepvijay
6 - Meteoroid

Hi Geeks,

 

Can anyone guide me about how can we leverage APIs that needed authentication via an id, secret code/ secret token? What all necessary info will I require to work using APIs which is not public & related workaround.

 

Thanks in advance!

1 REPLY 1
BrandonB
Alteryx
Alteryx

Normally when you have an ID and Secret, you are going to be calling an authentication endpoint to return a token using a Download tool. That token is then passed into the next download tool as a Header along with the next endpoint from which you are trying to pull data from. 

 

You can find more information about APIs in Alteryx here: https://community.alteryx.com/t5/Engine-Works/REST-API-In-5-Minutes-No-Coding/ba-p/8137 

Labels