WSDL Page: http://<your_domain_here>/affiliates/api/2/offers.asmx?op=GetSuppressionList
Parameter Summary:
api_key / STRING = Affiliate API Key
affiliate_id / INT = Affiliate ID
offer_id / INT = Offer ID
Parameter Types:
api_key - ID |
CAKE API Key Example: WGdlFhziHLA |
affiliate_id - ID |
Integer Example: 5969 |
offer_id - ID |
Integer Example: 1000004 |
Sample GET Call:
https://demo.cakemarketing.com/affiliates/api/2/offers.asmx/GetSuppressionList?api_key=WGdlFhziHLA&affiliate_id=5969&offer_id=1000004
Sample XML Response:
<suppression_list_response>
<success>true</success>
<row_count>1</row_count>
<download_url>https://apiurl.com/uc/gen_synd_key.pl?keyID=hlkjh23423hljk&advID=1&affID=5969&chk=eaaa04309e6ed912a249ad065e043390</download_url>
</suppression_list_response>