In App System Parameters

Kevin Wilde

Last Update 11 dagen geleden

System parameters are special values that control how a request is handled by APIEase. Unlike headers, query parameters, or body values that are sent to the destination endpoint, system parameters affect the behavior of the request itself.


These parameters are managed directly in the request editor.


How to Add a System Parameter
  1. While editing your request, click the plus icon in the Parameter column.
  2. Select the System radio button.
  3. Enter the name of the system parameter in the Name field.
  4. Enter the desired value in the Value field.
  5. Click the Save button at the top of the request editor.
System Parameter Example:

To automatically validate all logged in customers set "validateCustomer" to true as a System parameter.

  • Name: validateCustomer
  • Value: true
With "validateCustomer" set to true the customer must be logged into your store in order for the api call to pass validation and return a response to your storefront.

Was this article helpful?

0 out of 0 liked this article