Skip to main content

Query Parameters

Query parameters are key-value pairs appended to the URL as ?key=value&key2=value2.

Adding Parameters

Open the Params tab in the request builder. Click + Add to add a new row.

Each row has:

  • ✓ checkbox — enable/disable the parameter without deleting it
  • Key — parameter name
  • Value — parameter value (supports {{variables}})
  • Delete — remove the row

URL Sync

Parameters in the table are automatically reflected in the URL bar and vice versa. You can type ?page=1&limit=10 directly in the URL bar and the params table updates to show them.

Disabling Parameters

Uncheck a parameter's checkbox to temporarily disable it. The parameter is excluded from the request but kept in the table for easy re-enabling.

Variables in Parameters

Both keys and values support variable substitution:

Key:   page
Value: {{currentPage}}

Bulk Edit

Click the copy icon in the section header to copy all enabled parameters. Click the clear icon to remove all parameters at once.