Google News
logo
Postman - Interview Questions
Is it possible to reuse the authentication token for multiple requests?
Yes, it is possible to reuse the authentication token for multiple requests. We can achieve it by creating a collection and adding all the requests having the same authentication token to that collection and then assigning the auth token to the same collection. We can apply it to the individual requests by selecting the "Inherit auth from parent" option in the Authorization tab.
Advertisement