Alteryx call OAuth2.0 API using Download Tool
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
