Prerequisites
- An Everflow account with network-level access
- A Network API key — see Authentication for how to create one
Base URL
All API requests are made to:/v1/ depends on the API you are using:
| API | Path prefix |
|---|---|
| Network | /v1/networks/... |
| Affiliate | /v1/affiliates/... |
| Advertiser | /v1/advertisers/... |
| Marketplace | /v1/partners/... |
Step 1: List your offers
Make aGET request to retrieve all offers in your network:
Step 2: Fetch a single offer with related data
Retrieve a specific offer by ID and include its payout/revenue configuration using therelationship parameter:
relationship object with the requested data:
Step 3: Search with pagination
Most resources have a listing endpoint (POST .../table) that supports pagination and filtering. Search for active offers:
