Once you have an offerwall setup, we offer an API that allows you to retrieve on demand top offers for an individual user, that can be displayed natively in your game/app.
This is a unique API that piggybacks off of your offerwall integration to offer a curated selection of top offers based the individual users history. This is an on-demand API and the data should not be stored and showed to the user at a later point.
In order to access the API, you must have already created and setup your offerwall in our portal here.
Here is the template API call. The call should be done client side to ensure the users IP is detected, or it will not return any results.
Your call will return the following data points:
The data returned can be displayed to users natively in your game/app.
“Description” and “Terms” are in user facing language, and contain important information that must be displayed to the user so they know the requirements to receive their reward.
The “offer_url” is customized for the specific user the API call is for, based on your offerwall integration, and should not be edited.
The users award will be distributed via the postback that is setup for your offerwall once they have completed it.