Manage global variables for your API requests
Set a base URL that will be prepended to all relative paths in your requests
0 variables
Create your first variable to get started
Reference variables using double curly braces: {{VARIABLE_NAME}}
https://api.example.com/users/{{USER_ID}}Authorization: Bearer {{API_TOKEN}}