Calling APIEase Requests Remotely
Kevin Wilde
Last Update hace 5 meses
This document may be out of date.
All APIEase documentation has moved to https://docs.apiease.com
All APIEase documentation has moved to https://docs.apiease.com
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.
- Navigate to the Settings page in the APIEase admin.
- Click Generate API Key.
- Copy and store the key securely. You will use this key to authenticate your external calls.
Headers:
x-shop-myshopify-domain: yourstore.myshopify.com
x-apiease-api-key: <your generated API key>