Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Free Trial

Alteryx Designer Desktop Discussions

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

Alteryx call OAuth2.0 API using Download Tool

Lilith93
5 - Atom

Hi all sifu, 

I am new to alteryx. For now i have to call an API OAuth 2.0 using alteryx

From Postman, i call the API by passing below info:

1. Client id

2. Client secret

3. Access token url

4. Grant type = password credential

5. API endpoint url

 

I could not find any method that is working. Please guide me. Thank youu

 

1 REPLY 1
Felipe_Ribeir0
16 - Nebula

Hi @Lilith93 

 

Here is a good article to take a look, it will help you to understand how to "translate" what you have inside of postman to alteryx,: https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Knowledge-Base/APIs-in-Alteryx-cURL-and-Do...

 

But basically, you can have a text input with your fixed parameters (client id/client secret/endpoint...), and pass those parameters to the download tool. Take a look at the attached example, it is doing this for Cvent Oauth2.0.

 

text.png

 

 

 

Labels
Top Solution Authors