Get Offers

Main API endpoint to fetch available offers for a particular user. Use this to display offers in your offer wall.

Method: GET Base URL: https://api.adgatemedia.com/v1/user-based-api/offers

Required Query Parameters

Optional Parameters

Response

An array of offers will be returned on success. Each offer will have the following fields:

Sample Response

{
    "data": [
        {
            "id": 360819,
            "anchor": "Opinion Labs",
            "requirements": "Enter your profile information and complete one survey from the available options. Fake information will not be credited. Can be completed multiple times.",
            "description": "Answer some profile questions about yourself and our system will determine if the selected survey is a good fit based on your answers. Complete surveys honestly and completely. Get paid for your efforts through your favorite rewards platform. ",
            "confirmation_time": "Confirms Instantly",
            "pending_time": 60,
            "app_metadata": null,
            "is_game": false,
            "web2mobile": false,
            "web2mobile_devices": null,
            "click_url": "https://agm.mobi/vc/nQ/users/user12345/offers/360819?s2=mys2&s3=mys3&source_type=user_based_api",
            "icon_url": "https://main-p.agmcdn.com/offers/1613580417599.gif",
            "categories": [
                "Free"
            ],
            "sticky": false,
            "rank": 1,
            "events": [
                {
                    "uuid": "48097169-5ef7-476a-92ac-869884120096",
                    "name": "Completed",
                    "type": "flat",
                    "payable": true,
                    "flat_points": 125,
                    "flat_payout": 1.25,
                    "flat_promotional_points": null,
                    "dynamic_display_type": null,
                    "dynamic_points": null,
                    "dynamic_payout": null,
                    "dynamic_promotional_points": null
                }
            ],
            "total_points": 125,
            "total_promotional_points": null
        },
        ...
    ]
}

Last updated