In a Foundry Code Workbook, I'm trying to make a call to an API where one of the arguments is an authentication token.
What is the best way to generate authentication tokens during execution? Can they be reused in multiple calls?
In a Foundry Code Workbook, I'm trying to make a call to an API where one of the arguments is an authentication token.
What is the best way to generate authentication tokens during execution? Can they be reused in multiple calls?
You can use the command below to get a token during the execute stage:
The token should be available for more than one call. If you need different/new tokens you can call the Multipass API to generate a new one.