I am new to API's and postman and I was trying to test some REST APIs for my organization using postman. My question is regarding response header.
As when I hit request for my user to get authorization key, I get that key in my response header like set-Authentication -> key. I am using this key to invoke authorized requests. Now I have apply this key manually everytime. Is there any way where I can fetch this key from response header by pre-request script so that it hit's authorization request everytime -> get token and use it for authentication key.
I will really appreciate any help. Thank you :)