Start Free Trial

Alteryx Designer Desktop Discussions

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

API Call using Keystore and Truststore Files

davidskaife
14 - Magnetar

Hi,

 

Has anyone successfully made an API call workflow that uses a Keystore and Truststore file? I've been directed to this thread: https://community.alteryx.com/t5/Dev-Space/Download-Tool-API-requiring-Client-Certificate-for-SSL/td... so i'm suspecting it's similar to using an SSL Certificate (which rules out the Download Tool) but just wanted to see if anyone has ever encountered/managed this in the past.

 

Thanks in advance!

 

David

2 REPLIES 2
BrandonB
Alteryx
Alteryx

Easiest way is probably to leverage some code in the Python tool to execute the call and then write the dataframe back into the Alteryx workflow doing something like this: https://www.techcoil.com/blog/how-to-send-a-http-request-with-client-certificate-private-key-passwor... 

davidskaife
14 - Magnetar

Thanks @BrandonB , i'll have a look at this!

Labels
Top Solution Authors