You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues for this feature request and I know that duplicates will be closed
Is your feature request related to a problem?
Problem Statement: I've a bunch of "saved" tokens which I would like to programmatically set before sending the request. Currently there is no option to do that in Postman.
Describe the solution you'd like
Solution: Ability to programmatically set the "saved" tokens in Pre-Request before sending any request. Something on the lines of pm.request.auth.parameters().get('accessToken');
Describe alternatives you've considered
Alternative: Manually setting the "saved" tokens each time I run the request.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is there an existing request for this feature?
Is your feature request related to a problem?
Problem Statement: I've a bunch of "saved" tokens which I would like to programmatically set before sending the request. Currently there is no option to do that in Postman.
Describe the solution you'd like
Solution: Ability to programmatically set the "saved" tokens in Pre-Request before sending any request. Something on the lines of
pm.request.auth.parameters().get('accessToken');
Describe alternatives you've considered
Alternative: Manually setting the "saved" tokens each time I run the request.
Additional context
No response
The text was updated successfully, but these errors were encountered: