• Jobs
  • About Us
  • professionals
    • Home
    • Jobs
    • Courses and challenges
  • business
    • Home
    • Post vacancy
    • Our process
    • Pricing
    • Assessments
    • Payroll
    • Blog
    • Sales
    • Salary Calculator

0

271
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

almost 3 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 Our process Sales
Legal
Terms and conditions Privacy policy
© 2025 PeakU Inc. All Rights Reserved.

Andres GPT

Recommend me some offers
I have an error