Forum Discussion

Jagruuti's avatar
Jagruuti
Contributor
6 years ago
Solved

How to extract the access token from the 'Auth' tab and transfer it to the other requests in header?

I want to get the generated Access Token from the Auth tab and use it as a property for other tests. (Require to pass the access Tokens as the header for all the test steps). I want to avoid doing it manually for all the test steps.

Is it possible for me to achieve that?

Note: The access Tokens are not generated in the response. I'm using OAuth 2.0 and the tokens are getting generated in the Auth Tab.

 

Attached is the screenshot for more reference.