Skip to main content
The Everflow API is organized around REST. It uses standard HTTP verbs, returns JSON responses, and uses conventional HTTP status codes.

Base URL

All API requests should be made to:
https://api.eflow.team/v1
EU-hosted accounts use https://api-eu.eflow.team/v1 instead.

Authentication

Authenticate every request by including your API key in the X-Eflow-API-Key header.
curl -H "X-Eflow-API-Key: <your-api-key>" \
  https://api.eflow.team/v1/networks
API keys are generated in the Everflow UI under Control Center > Security. See Authentication for details.

Available APIs

APIDescription
Network APIFull platform management: offers, affiliates, advertisers, reporting, tracking, and more.
Affiliate APIAffiliate-scoped access to offers, reporting, deals, invoices, postbacks, and traffic management.
Advertiser APIAdvertiser-scoped access to offers and reporting.
Marketplace APIPartner connections, offers, earnings, and API key management.
WebhooksReceive real-time HTTP notifications when advertisers, offers, or partners change.
AI & AutomationUse AI assistants and automation frameworks with machine-readable OpenAPI specs.
JavaScript SDKClient-side click, conversion, and impression tracking without redirect links.

User Guide

Learn authentication, paging, filtering, and other API fundamentals.

Network API

The primary API for managing offers, affiliates, advertisers, and reporting.

Affiliate API

Affiliate-scoped endpoints for offers, reporting, deals, and postbacks.

Advertiser API

Advertiser-scoped endpoints for offers and reporting.

AI & Automation

AI assistants, automation recipes, and OpenAPI specs for agent frameworks.

Webhooks

Real-time notifications for advertiser, offer, and partner events.

JavaScript SDK

Client-side tracking for clicks, conversions, and impressions.