Skip to content

Instantly share code, notes, and snippets.

@thaycacac
Created January 5, 2021 04:57
Show Gist options
  • Save thaycacac/785a4a66431cc132e0598c0b04f7b736 to your computer and use it in GitHub Desktop.
Save thaycacac/785a4a66431cc132e0598c0b04f7b736 to your computer and use it in GitHub Desktop.
Set environment token
var jsonData = JSON.parse(responseBody);
postman.setEnvironmentVariable("token", jsonData.data.token);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment