Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

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
Top Solution Authors