Skip to content

Instantly share code, notes, and snippets.

@harinduravin
Created January 19, 2021 08:54
Show Gist options
  • Save harinduravin/4cd9b91d2305af889a81cb7d65840d69 to your computer and use it in GitHub Desktop.
Save harinduravin/4cd9b91d2305af889a81cb7d65840d69 to your computer and use it in GitHub Desktop.
Test script for Access token
var jsonData = JSON.parse(responseBody);
if (jsonData.access_token !== null) {
postman.setEnvironmentVariable("Access_Token", jsonData.access_token);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment