Use for variable HTTP GET request

As shown in image 1, I need to take this “accesstoken” value and pass this variable to the other call. (image 2) I did it this way but it didn’t work.


Hi Cleber, image says Bearer $.getAccounts…, it should be $.hTTPRequest.body.access_token

2 Likes

Thank you very much Julian, it worked, I just had to make an adjustment, and it looked like this Bearer {{$.hTTPRequest.body.access_token}}

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.