Milcho Dimkov
09/21/2024, 11:30 AMAPI Secrets
I need to execute an https
call, where a static token is being passed in the https body
So, for example:
const bodyObj = {
"user": "my_user",
"token": ...........
}
I stored the token securely, using API Secrets
Looking at the documentation, it seems that I can only use it now as a direct parameter, but not in a body like this one.
Any thoughts?eblackey
09/21/2024, 4:16 PMbattk
09/21/2024, 10:23 PMbattk
09/21/2024, 10:28 PMbattk
09/21/2024, 10:30 PMericl
09/23/2024, 12:29 PMMilcho Dimkov
09/24/2024, 7:43 AMsuitelet
via https
and grabbing the value from there
If you have an example with templates
, it'd be great to look at it : )
Thanks!battk
09/24/2024, 8:06 AMbattk
09/24/2024, 8:06 AM