📌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:

https://api.adoffers.co/?apikey={API_KEY}&user_id={user_id}&limit=500&platform=desktop&country_code=US

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:

 {
    "id": 4084,
    "title": "US 2833 Web/Mobile Web/Incent/Direct/CPR/  Surveys - ROM Survey",
    "description": "Survey Complete",
    "required": "No end date",
    "leadid": "35101",
    "image": "https://adoffers.co/assets/images/offers/Off_A_57975.png",
    "link": "https://go.adoffers.co/click.php?oid=35101&aid=2802&subid=CdZYLOUm",
    "payout": 5.015,
    "events": [
      
    ],
    "countries": "US",
    "devices": "ios"
  }

Example URL

FilterValuesRequired

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