Query Parameters
Using Query Parameters
You can add query parameter to your request either in the URL or in the Query Parameters field:
https://www.example.com?query1=value1&query2=value2https://www.example.com?query1=value1&query2=value2#hash1https://api.example.com/v2/resources/1?query1=value1&query2=value2
Both methods are valid, if you add query parameters in the URL and also in the Query Parameter fields they’ll be concatenated and all query parameters will be used.
Note: You cannot make a Query Parameter global (i.e. api key) and use it along all requests, you need to add the query string parameter to every requests in the URL or in the Query Parameters fields.