Publisher API - Documentation Guide (v1.1)
Overview:- Offer Get API:
Offer Get API:
**API Name** | **End Point** | **API Doc** |
Offer Get | https://api.cpidroid.com/offer/get?apikey=\[APIKEY\]&placement\_id=\[PLACEMENT\_ID\] |
_Note: Grab your API keys from_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>?>Offerwall Get API:
**API Name** | **End Point** | **API Doc** |
Offerwall Get |
_Note: Grab your API keys from_Notice: We have migrated to GitBook:- [Publisher API - Documentation Guide (v1.1)](https://docs.smartxaas.io/cpidroid/publisher/publisher-api/publisher-api-documentation-guide-v1.1) ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Updated on: 12/07/2026
Thank you!
