Skip to content

Instantly share code, notes, and snippets.

@ddelrio1986
Created September 16, 2024 20:34
Show Gist options
  • Save ddelrio1986/6e5c722182e7faaf8adb693260323419 to your computer and use it in GitHub Desktop.
Save ddelrio1986/6e5c722182e7faaf8adb693260323419 to your computer and use it in GitHub Desktop.
Postman Update Token In Environment
const responseJson = pm.response.json();
pm.environment.set("token", responseJson.token);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment