API keys & scopes
Create publisher API credentials with controlled permissions instead of exposing account passwords to application code.
Pull normalized offers into your own website or app while keeping network attribution, signed tracking and conversion postbacks underneath. Use the API when the hosted offer wall is not enough control.
The API exposes normalized inventory and attribution primitives so publishers can build custom offerwall experiences without rebuilding every upstream integration.
Create publisher API credentials with controlled permissions instead of exposing account passwords to application code.
Pull offers from the network database through a consistent schema even when the upstream providers use different field formats.
Use server-generated tracking links that bind the publisher, offer, visitor and expiration time before redirecting to the advertiser.
Fetch survey inventory for a stable visitor ID when the survey provider requires per-user targeting and cannot be globally cached.
Receive signed publisher postbacks for conversions and reversals, including the original visitor identifier needed for user rewards.
API request logs and rate limiting give network operators visibility into publisher integrations and abusive request patterns.
A hosted wall is the quickest integration, but some publishers need their offer discovery experience to match an existing app, game or website exactly. The offerwall API provides the inventory and tracking layer while leaving layout, ranking and user interface decisions to the publisher.
Because the API returns normalized network inventory, publisher code does not need separate parsers for every upstream CPA source.
Attribution begins before the advertiser click. The publisher should launch the signed tracking URL returned by the platform rather than bypassing the network and sending the user directly to an upstream destination.
The signed URL creates or validates the click context needed to reconcile the later postback. This is also where the publisher’s visitor identifier is bound to the offer.
When the network receives and accepts a conversion, the publisher may need to update an internal wallet, points balance or account state. Publisher postbacks provide that server-to-server signal.
Webhook delivery includes an event ID and signature so publishers can authenticate the payload and handle retries idempotently. Reversal events allow the downstream application to respond when a previously credited conversion is later invalidated.
The API provides normalized eligible offer data and the tracking information publishers need to send users through the network attribution flow.
Publishers should use the network-provided signed tracking flow rather than bypassing attribution with raw destination URLs.
Send a stable publisher-side visitor identifier. That value can be connected to click attribution and returned in publisher conversion postbacks.
User-scoped survey inventory is fetched through the dedicated survey endpoint because those surveys depend on the specific end user and should not be globally cached.
Publisher postbacks use HMAC signatures and event IDs so the receiving application can verify authenticity and handle retries safely.
Create an account, generate an API key and use signed tracking plus conversion postbacks in your application.