📨 Postman.io

👋 FYI, this note is over 6 months old. Some of the content may be out of date.
On this page

Save an env var Jump to heading

var jsonData = JSON.parse(responseBody)
pm.environment.set('ref', jsonData.refs[0].ref)

← Back home