Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

How do you manage your tokens for API?

simonaubert_bd
13 - Pulsar

Hello everyone,

Short question here : how do you manage your tokens when you work with API?

I'm developing a workflow based on the myalteryx API ( https://us1.alteryxcloud.com/license-portal/api/swagger-ui/index.html ) and it uses a bearer token for Authorization. It expires every 24h00 and we have a refresh token that expires every 90 days. I wonder where to store safely those tokens and what are your practises ?

Best regards,

Simon

1 REPLY 1
Gaurav_Dhama_
12 - Quasar

If you can get an azure key vault created, you can store it there safely.

You can also use any DCM vault I think to store these tokens.

If you do not have access to these, maybe you can store it in your server machine and update it there regularly.

 

But why not create a token per request? is the API request too frequent?

Labels
Top Solution Authors