Skip to main content

Manual calls

You can run any configured APIEase request on demand from the admin interface. This is useful for testing, debugging, or performing one-off actions without setting up a trigger.

Run a manual call

  1. Open the APIEase admin and go to Requests.
  2. Find the request you want to run and click the Copy and Execute button in the Actions column.
  3. Click the Execute and Run button. APIEase executes the request immediately.
  4. View the response and execution details in the run output.

Tips

  • Manual runs use the same saved request configuration as other triggers (storefront, webhook, schedule, etc.), so they are a controlled way to validate request logic before adding another entry point. A manual run can still create, update, or delete live data.
  • If a run fails, use the response details to adjust parameters or request configuration, then run again.
  • Before testing a request that can create, update, or delete data, use a test environment or provider-supported dry run when available. Follow Troubleshoot requests to isolate the request, provider response, trigger, and chained steps.