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
Thank you very much Julian, it worked, I just had to make an adjustment, and it looked like this Bearer {{$.hTTPRequest.body.access_token}}

