How to add access token received from POST call to a microflow calling (GET call) API request

1
Following image shows my GET call to request API. Previous step in my process obtained the access token and (response handling: apply import mapping, output stored in variable). How can I use or add this access token as an input for my GET call?  
asked
3 answers
0

Hey Atul!

To use the token you should add the Authorization header on the GET Call

answered
0

I have the headers added but the variable access token is not obtained from previous step. I just want to know how to call that access token variable into this call.

 

answered
0

I think I’m mapping it correctly because I can see the access token in a seperate page. My obj configtmp is showing it’s empty. How can I call this in my microflow (so that i get all the attributes that comes with it)? see below image where the configtmp is showing empty in varibles section below:

 

answered