Skip to main content

In-app query parameters

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.

How to add a query parameter

While editing your request:

  1. Click the plus icon in the Parameter column.
  2. Select the Query radio button.
  3. Enter the query parameter name in the Name field.
  4. Enter the parameter value in the Value field.
  5. Click Save at the top of the request editor.

Query parameter example

To add status=active to a request URL:

  • Name: status
  • Value: active Result: https://example.com/items?status=active (additional query parameters are appended automatically).

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

In-app query parameter configuration