Skip to content

Instantly share code, notes, and snippets.

@harinduravin
Created January 19, 2021 08:42
Show Gist options
  • Save harinduravin/e3598a41000a22ee8e97620d08d8c600 to your computer and use it in GitHub Desktop.
Save harinduravin/e3598a41000a22ee8e97620d08d8c600 to your computer and use it in GitHub Desktop.
Javascript code for test
var jsonData = JSON.parse(responseBody);
if (jsonData.client_id !== null) {
postman.setEnvironmentVariable("Client_ID", jsonData.client_id);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment