Get Profile Details

Offer Wall API Parameters

API parameters pubID, adwallID, and api_key can be found via the "API Details" link next to your profile at Your Offer Wall Profiles.

If you would like us to notify you whenever an offer is completed (lead generated), set up a server postback.

Get Profile Details

An Offer Wall profile contains the settings for a particular Offer Wall that you have set up in our dashboard, click here to set one up or view your existing Offer Wall profiles. Use this call to retrieve the settings for one of your profiles.

To find your publisher ID or the Offer Wall ID for a profile, go to the profiles page and click the “API & SDK Details” link across from the profile name.

Response 404 when adwallID doesn't exist for the pubID specified.

GET:

http://adscendmedia.com/adwall/api/publisher/{pubId}/profile/{adwallId}/details.json

Parameters   Description Type
pubId Required Your publisher ID Number
adwallId Required Your Offer Wall profile ID Number

Response 200

Content-Type: application/json

{
  "profile": {
    "publisher_id": 255,
    "profile_id": 0,
    "settings": {
      "name": "Our Awesome Offer Wall",
      "header": "Complete a great deal below and earn coins!",
      "payout_min": null,
      "size": {
        "width": 300,
        "height": 400
      },
      "currency": {
        "name": "Coins",
        "ratio": 500,
        "round": true,
        "visible": true
      }
    }
  }
}

Continue to Offers >