Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

380
Views
If I set a token using Postman, the token value is null in environment

If I set a token using Postman, the token value is null in the environment. For example, to be a little more specific: POST Request

{
"username": "test",
"password": "password"
}

Response:

{
"status": 0,
"message": "success"
"token":"zxvnm5yrhd6dfdfd6fd8g56f6teui5AXgGk851"
}

That token needs to be added to other APIs in order to be tested, but I want it to be added automatically, or just to call it, so I don't always have to copy-paste. Code:

var data = pm.response.json();
console.log(pm.environment.set("token", data.access_token));

pm.globals.unset("jwttoken");
console.log(pm.globals.toObject());
pm.globals.set("jwttoken", response.json().token);
console.log(pm.globals.toObject());

Environment: enter image description here

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!