Publisher API - Documentation Guide (v1.1)
<span class="wysiwyg-underline">Overview:</span>- Offer Get API:
<span class="wysiwyg-underline"><span class="wysiwyg-font-size-large">Offer Get API:</span> </span>
<table border="1" style="border-collapse: collapse; width: 100%;"><tbody><tr><td style="width: 33.3333%;">API Name</td><td style="width: 33.3333%;">End Point</td><td style="width: 33.3333%;">API Doc</td></tr><tr><td style="width: 33.3333%;">Offer Get</td><td style="width: 33.3333%;">https://api.cpidroid.com/offer/get?apikey=\[APIKEY\]&placement_id=\[PLACEMENT_ID\]</td><td style="width: 33.3333%;"><https://documenter.getpostman.com/view/6925801/2s93CNPEAt#fafd80de-1e4c-4d0f-a615-1ae7fff65237></td></tr></tbody></table>_Note: Grab your API keys from <https://app.cpidroid.com/account/api?dashboard=publisher>_Sample Code \[PHP\]:
<?php <br></br>$apikey = 'YOUR_APIKEY';<br></br>$placement_id = 'PLACEMENT_ID';<br></br><br></br>$offers = file_get_contents('https://api.cpidroid.com/offer/get?apikey='.$apikey.'&placement_id='.$placement_id);<br></br>$offers = json_decode($offers, true);<br></br><br></br>if($offers['status'] == 'success' && $offers['count'] > 0){<br></br> $offers = $offers['data'];<br></br> print_r($offers);<br></br>}<br></br>?>
<span class="wysiwyg-underline wysiwyg-font-size-large">Offerwall Get API:</span>
<table border="1" style="border-collapse: collapse; width: 100%;"><tbody><tr><td style="width: 33.3333%;">API Name</td><td style="width: 33.3333%;">End Point</td><td style="width: 33.3333%;">API Doc</td></tr><tr><td style="width: 33.3333%;">Offerwall Get</td><td style="width: 33.3333%;">https://api.cpidroid.com/offerwall/get?apikey=\[APIKEY\]&placement_id=\[PLACEMENT_ID\]&uid=\[USER_IDENTIFIER\]&country=\[COUNTRY\]</td><td style="width: 33.3333%;"><https://documenter.getpostman.com/view/6925801/2s93CNPEAt#1b842b32-4758-4ea1-be6b-6da8e3b103fd> </td></tr></tbody></table>Note: Grab your API keys from <https://app.cpidroid.com/account/api?dashboard=publisher><span class="wysiwyg-underline">Notice:
</span><span style="box-sizing: border-box; font-weight: bolder; color: #333333; font-family: -apple-system, BlinkMacSystemFont, ' Segoe UI' , Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #ffffff; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">We have migrated to GitBook:-</span> Publisher API - Documentation Guide (v1.1)
Updated on: 03/02/2026
Thank you!
