After that process, I wanted to reuse the consent (token) displayed and extend the same flow to access more information instance: Account details, Account balance etc for which i am stuck and not sure how or if it is possible, so needing helping hands.
Have you created this same flow within a Collection?
Yes, The flow is within a collection.
Thank you very much again for the help in advance Danny and hoping you had a wonderful Christmas.
Please let know if need more from my end.
Generally authentication is done through a request or collection’s “Authorization” tab which handles the auth before a request executes. For auth types that aren’t supported there in Postman, unfortunately Flows doesn’t have a “pause” functionality currently that would wait for the auth piece before doing other things (this is a feature we’d like to have in the future though).
For now, if you do your authentication piece beforehand, and then save the consent in a Postman Environment you can use that environment in the requests of your flow.