Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sanketsingh27/3ddea43c88758ef93d7155c9a1ed1d8f to your computer and use it in GitHub Desktop.
Save sanketsingh27/3ddea43c88758ef93d7155c9a1ed1d8f to your computer and use it in GitHub Desktop.
postman setup
after login change the auth token automaticlly
if(pm.response.code === 200){
pm.environment.set('authToken',pm.response.json().token);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment