Skip to content

Instantly share code, notes, and snippets.

@moaoa
Last active September 10, 2024 18:31
Show Gist options
  • Save moaoa/8a21949e2481268e5b46cfcb7221bb84 to your computer and use it in GitHub Desktop.
Save moaoa/8a21949e2481268e5b46cfcb7221bb84 to your computer and use it in GitHub Desktop.
save the token after login in postman
//json() is your backend response
pm.collectionVariables.set('token', pm.response.json().token)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment