Getting Started
Welcome to Offerlia's integration documentation. Get your offerwall up and running in minutes.
What is Offerlia?
Offerlia is a modern offerwall and survey wall platform that aggregates offers from multiple networks (AdGate, BitLabs, Ayet Studios, AdGem, and more) and automatically routes users to the highest-paying offers based on their country, device, and historical performance.
Quick Start
1. Create a Publisher Account
Sign up at https://offerlia.com/signup and create your publisher profile. You'll receive:
- A unique
PUBLISHER_ID - An API key for authenticated requests
- Access to the publisher dashboard
2. Choose Your Integration Method
Offerlia supports three integration methods:
- Iframe Embed - Drop-in widget for web apps (fastest)
- Webview Integration - Open offerwall URL in mobile webview
- REST API - Full control with JSON API for custom UIs
3. Handle Callbacks
Configure a webhook endpoint on your backend to receive conversion callbacks. Each approved conversion will trigger a POST request to your endpoint with conversion details.
Integration Flow
- User clicks an offer in your app → Redirect to Offerlia offerwall
- User completes an offer/survey → Partner network sends conversion to Offerlia
- Offerlia validates conversion → Sends webhook callback to your backend
- Your backend receives callback → Credit user's account with rewards
Base URL
https://api.offerlia.com/v1