Unsubscribe API
The URL to use for the Unsubscribe link is:
https://admin.cartstack.com/secure/unsubscribe-api.php?sid={SITE-ID}&ea={EMAIL ADDRESS}
The SIte ID will need to be included and can be found on the Setup page of your Cartstack dashboard.
A complete example of the URL will be:
https://admin.cartstack.com/secure/unsubscribe-api.php?sid=k5JcW11k&ea=test@gmail.com
When the call is successful, you should see a SUCCESS response from the API. If the call is unsuccessful you may see the following error messages:
- Missing Site ID
- Missing Email Address
- Invalid Email Address
- Invalid Site ID