Is it possible to get every variable from each redirect using ''automatically follow redirects''

As of now, I’m approaching every redirect manually, but by following every redirect automatically, I can see my token stored in the 7th redirect. There are 8. I want to automatically follow redirects and still get the variable of the token with this function but I do not know how.

So, is it possible to get variables from every redirect using the automatic function?

No, when using the “Automatically follow redirects” feature in Postman,
You won’t be able to directly access variables from each redirect response.
You can disable this feature and handle redirects manually using scripts to extract variables from each redirect response and store them for further use.