After logging into the website, I need to make a POST call in Postman but the URL requires an userID which is stored in the browser's localStorage after login (refer to screenshot). The login API call does not return the userID in the response. Is there a way to fetch this value in Postman?
Asked
Active
Viewed 871 times
1
-
2Nope, being the simple answer. :D – Danny Dainton Jun 27 '22 at 15:22
-
Are there other ways to get it into Postman :D – Afsal Jun 27 '22 at 17:02
-
Return it in the response – Danny Dainton Jun 27 '22 at 17:50