Create and use variables

Create a variable

Click on environment in the menu in the top right corner to access the environment dialog.

A dialog will open where already a default environment is created. This environment will automatically be created when no other environment exists. Let's create a new variable by clicking on Add variable.

Let's call the variable id and give it a value of 5.

Close the environment window. Make sure you have the correct environment selected to access your variable.

Focus the input entry of the URL of your request and press Ctrl + Space. A dropdown will appear where all your defined variables are listed. Select the variable id.

You will see a mint colored id inside your URL. If you check your request list, the variable will correctly be resolved to a 5