📌Offers API
In this section, you will learn how to properly use AdOffers API.
Offer API
The offer API is designed to be called by a backend/server. This API returns you the inventory we have available for you. The feed can be used to extend your existing offer inventory or build your own offer system.
To call an API you will need API_KEY. Here's how you can do it:
By calling the Get Offers for Publishers Endpoint,
you will get the full inventory of offers available in the AdOffers network.
The response should look like this:
Example URL
Filter | Values | Required |
---|---|---|
apikey | API_KEY | YES |
user_id | String (Your unique user id) | YES |
platform | android, ios, desktop | NO |
country_code | US | NO |
limit | If empty limit, limit default 5000 | NO |
Last updated