Attributing transactions originating from clicks on links generated by the Ionic API. Users must obtain an API Key from support@ioniccommerce.com and use it either in the header x-api-key
or as a query parameter api_key
.
You can use the API Key in two ways:
Using HTTP Headers
Header Method: Include the API Key in your request headers as “x-api-key”.
Using Query Parameters
Query Parameter Method: Append the API Key as a query parameter “api_key” in the API URL.
/query?api_key=<your_api_key_here>
Each click on an Ionic generated link is tracked so we know when links are clicked and that they came from you.
Transactions made through the clicked link are attributed to the source API Key. The system checks for a valid API Key and matches transactions to the corresponding user account.
Invalid API Key: Ensure the key is correctly entered in the request, we will not fail requests if an invalid or incorrect API Key is used.
For further assistance or inquiries, contact support@ioniccommerce.com.
Attributing transactions originating from clicks on links generated by the Ionic API. Users must obtain an API Key from support@ioniccommerce.com and use it either in the header x-api-key
or as a query parameter api_key
.
You can use the API Key in two ways:
Using HTTP Headers
Header Method: Include the API Key in your request headers as “x-api-key”.
Using Query Parameters
Query Parameter Method: Append the API Key as a query parameter “api_key” in the API URL.
/query?api_key=<your_api_key_here>
Each click on an Ionic generated link is tracked so we know when links are clicked and that they came from you.
Transactions made through the clicked link are attributed to the source API Key. The system checks for a valid API Key and matches transactions to the corresponding user account.
Invalid API Key: Ensure the key is correctly entered in the request, we will not fail requests if an invalid or incorrect API Key is used.
For further assistance or inquiries, contact support@ioniccommerce.com.