Answers for "accesing variables in api"

0

accesing variables in api

You can use double curly braces to reference variables 
throughout the Postman user interface. For example, 
to reference a variable named "username" in your request
 settings, you could use the following syntax with
double curly braces around the name:

{{username}}
Posted by: Guest on December-07-2020

Browse Popular Code Answers by Language