Calling APIEase Requests Remotely

Kevin Wilde

Last Update 8 天前

You can call any APIEase request from any http client by making a direct HTTP request to the APIEase platform. This allows you to run your configured requests from outside Shopify, such as from custom servers, external apps, or third-party platforms.


Step 1: Create an API Key


  1. Navigate to the Settings page in the APIEase admin.
  2. Click Generate API Key.
  3. Copy and store the key securely. You will use this key to authenticate your external calls.


Step 2: Make the Remote Call


Address: https://app-admin.apiease.com/api/remote/caller/call?requestId=<your_request_id>

Headers:  

  x-shop-myshopify-domain: yourstore.myshopify.com  

  x-apiease-api-key: <your generated API key>


Replace <your_request_id> with the ID of the request you want to call. You can find the requestId in the APIEase request admin page.

Was this article helpful?

0 out of 0 liked this article