[deprecated] Instructions for manual integration

How it works:

You place task in your app manually. We give you a link, agree on the volume and integrate via API to check tasks.

How to check if the task is completed:

You need to send a request to check if the task has been completed:

https://wallapi.tappads.io/v1/check-complete?apikey={APIKEY}&offer_id=76&telegram_id={TELEGRAM_ID}

{TELEGRAM_ID} - replace with user id in telegram

{APIKEY} - we give an individual one to each publisher after creating a personal account.

Response comes in JSON, response code 200

  • If the task has been completed, the answer: {‘complete’: true}

  • If the task has not been completed yet, the answer is: {‘complete’: false}

Last updated