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.