How to Use Variables in Postman

preview_player
Показать описание
Variables allow you to store and reuse values in your requests and scripts.

00:00 - Start
00:20 - Variable Scopes
01:58 - How to re-use values using variables
03:52 - How to hide sensitive data using variables
05:48 - How to update values on the fly using variables
08:00 - How to loop over values from a file using variables
Рекомендации по теме
Комментарии
Автор

Excellent overview of Postman variable types and scopes. Truly appreciate the relevant examples used. This is perfect to help educate my users on the right way to manage secrets. Thanks!

cjchand
Автор

Thank you for a clear explanation. I've expanded my instruments now with "values".

Автор

Running with a data file was game changer, thank you!

bagette
Автор

In the how to hide sensitive data section, by replacing Initial value with Enter API Key Here, should you instead say Add API Key in Current Value?

markussiebeneick
Автор

difference between int variable and string variable ? how can we declare those ? any difference "{{name}}" and for int as {{idnum}}

shirishcin
Автор

your example didn't work at 7:25 because it wasn't an integer. How to set to set the variable as an integer?

jp-uno
Автор

Is there a way to view the variables used in the API call in the summary screen without having to drill into the call ie show it on the POST line.

alexr