Skip to content

Instantly share code, notes, and snippets.

@dubcl
Created May 17, 2018 20:17
Show Gist options
  • Save dubcl/dadb4a21e06fb78ed58724f9a7e29b0b to your computer and use it in GitHub Desktop.
Save dubcl/dadb4a21e06fb78ed58724f9a7e29b0b to your computer and use it in GitHub Desktop.
Use variables in Postman
var jsonData = JSON.parse(responseBody);
postman.setEnvironmentVariable("session_id", jsonData.session_id);
postman.setEnvironmentVariable("audit", jsonData.audit);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment