Last active
September 16, 2025 00:50
-
-
Save RuanAragao/3b4c435c7232f0dce24697de1e32e850 to your computer and use it in GitHub Desktop.
Bruno Script Save Token Environment Variable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Post Response | |
| let data = res.getBody(); | |
| bru.setEnvVar("access_token", data.token); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment