Postman Interceptor is a Chrome extension that syncs up cookies from selected domains with Postman. This can be useful to always have your latest login auth cookie, so Postman can fetch your auth tokens for requests.
- Ensure that Postman is up to date (version ~10.12.10).
- Download and install the Postman Interceptor extension from the Chrome Web Store.
- Ensure that Interceptor is marked as connected and syncing. (see image below)
- Open the Cookies menu and navigate to the Sync tab.
- Install the interceptor bridge if not installed
- Whitelist selected domains in the extension and turn on cookie capture: (see image below)
-
- Open the extension settings and select the "Cookies" tab.
- Add in the Tradeshift domains to the domains multi-select.
- Turn on cookie capture (press 'sync cookies).
- Add the same selected domains to the Domains Allowlist. - Open the Cookies menu and navigate to the Manage Cookies tab. - Click the Domains Allowlist Button (see image below)
- Select a environment in the Cash workspace:
- Select the Cash workspace
- Log in to desired environment:
- Make requests from the Tradeshift collection in the Cash workspace in postman.
- Authentication tokens will automatically be handled by postman andpostman interceptor for the selected environment.
- Make sure you are logged in to the correct environment.
- If facing any issues, please check the console for any errors. There should be plenty of logs to help you debug.
- If cookies are not syncing - log out of tradeshift, restart chrome, and restart postman. Then log back into the correct env on tradeshift.
The environments are global, so we may end up sharing tokens between users. We may need to look into how we can access variables local to our machine, but in the meantime, this setup should work.






