Survey API

This page will guide you through the integration of Revlum Survey API

The survey 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 survey inventory or build your offer system.

To call an API you will need API_KEY. Here's how you can do it:

https://revlum.com/api?apikey=API_KEY&type=surveys

By calling the API endpoint you will get the full inventory of offers available in the Revlum network.

The response should look like this:

{
        "title": "Take a Survey",
        "description": "Survey Complete (Takes 15 to 20 min)",
        "image": "https:\/\/daliaassets.s3.amazonaws.com\/Yuno\/yuno_icon_500x500.png",
        "payout": "0.70",
        "featured": "no",
        "type": "survey",
        "category": [
            "survey"
        ],
        "country": [
            "BR"
        ],
        "offerID": "27370",
        "device": "desktop",
        "event": [],
        "url": "https:\/\/revlum.com\/click?apiKey=wpvnaqodiv6lc9nsm6mw16ds8yo5x1&offerId=27370&userId={userID}&sub1={customValue}",
        "daily_cap": 250,
        "active": "yes",
        "offerType": "free",
        "multireward": "no",
        "conversion_rate": "2.92",
        "epc": "0.03"
    },