Age Verification

This website is focused on iGaming and sports betting. All content, services and information presented here are exclusively for individuals aged 18 and over.

API Documentation

Integrate your systems with the Atlas API.

Complete REST API with secure authentication, rate limiting and webhooks to integrate your systems into the Atlas ecosystem.

Main available endpoints

Reports & Analytics

Access KPIs, campaign metrics, FTDs and financial data in real time.

Campaign Management

Create, update and pause campaigns programmatically with advanced parameters.

Tracking & Postbacks

Configure S2S postbacks, pixels and conversion events with full attribution.

Creatives & Assets

List, download and manage approved creatives via API with advanced filters.

Financial & Payments

Query balances, commissions, statements and request payments automatically.

Webhooks & Events

Receive real-time notifications about conversions, payments and alerts.

Quick Start

api-example.js
const response = await fetch('https://api.atlasaffiliates.com/v1/reports', {
  method: 'GET',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  }
});

const data = await response.json();

// Response
{
  "status": "success",
  "data": {
    "clicks": 284392,
    "ftds": 12480,
    "roi": 287.4,
    "revenue": 1284500.00
  }
}

REST API Endpoints

Method Endpoint Description
GET /v1/reports Fetch campaign reports & analytics
GET /v1/campaigns List all campaigns
POST /v1/campaigns Create a new campaign
PUT /v1/campaigns/:id Update campaign settings
GET /v1/tracking/postbacks List configured postbacks
POST /v1/tracking/postbacks Configure S2S postback
GET /v1/creatives List approved creatives
GET /v1/finance/balance Get current balance
POST /v1/finance/withdraw Request withdrawal
POST /v1/webhooks Register webhook endpoint

Technical details

Authentication

OAuth 2.0 with Bearer tokens and API keys with granular scopes.

Rate Limiting

1,000 req/min for standard plans, 10,000 req/min for enterprise.

Formats

JSON for all endpoints. CSV and PDF support for exports.

SDKs

Official SDKs for JavaScript, Python, PHP and Ruby with full documentation.

Integrate your systems with the Atlas API

Complete REST API with secure authentication, rate limiting and webhooks to integrate your systems into the Atlas ecosystem.

View Full Documentation

Already have an account? Sign in