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
- Open the APIEase admin and go to Requests.
- Find the request you want to run and click the Copy and Execute button in the Actions column.
- Click the Execute and Run button. APIEase executes the request immediately.
- View the response and execution details in the run output.
Tips
- Manual runs use the same configuration as other triggers (storefront, webhook, schedule, etc.), so they are a safe way to validate request logic before exposing it externally.
- If a run fails, use the response details to adjust parameters or request configuration, then run again.