Introduction
FairPlay Technologies provides a suite of AdTech APIs designed to power advertising and promotional content delivery across your platforms. Our Offers Delivery API gives you access to the latest bookmaker offers, promotions, and curated offers pages — all served in real time and tailored to your users' geography and device type.
What's Available
Offers
Individual bookmaker promotions aggregated from our network of partnered operators. Each offer includes display content, terms, geo-targeting rules, and a tracked click-out URL.
Offers Pages
Curated collections of offers grouped into themed pages (e.g. welcome bonuses, free spins, no-deposit offers). Each page is configured with metadata, column headers, bookie trust signals, and sorting strategies — ready to render directly in your UI.
Authentication
All AdTech API requests require an API key passed as the api-key request header. Contact your account representative at [email protected] to obtain your key.
Your API key is scoped to specific product identifiers and regions. Requests made outside your configured scope will return a 404 response.
Getting Started
- Obtain an API key — reach out to your account representative.
- Discover available pages — call
GET /v1/offers/pagesto retrieve the list of offers page paths available for your API key. - Fetch a page — call
GET /v1/offers/pages/{path}with one of the returned paths to retrieve the full page content including offers, metadata, and display configuration.