In App Query Parameters
Kevin Wilde
Last Update 11 天前
You can add query parameters to any APIEase request directly from the request editor. Query parameters are used to pass key-value pairs in the URL, usually for filtering, identifying, or paginating data in API requests.
- While editing your request, click the plus icon in the Parameter column.
- Select the Query radio button.
- Enter the name of your query parameter in the Name field.
- Enter the parameter value in the Value field.
- Click the Save button at the top of the request editor.
To add status=active to a request URL, enter the following:
- Name: status
- Value: active
If your endpoint already has other query parameters, APIEase will append your values accordingly.

You can also use embedded parameters to dynamically set parameters from your storefront.