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/... |
Make your first request
Get your network info
Make a You’ll receive a JSON object with your network’s details:See Get Network Info for the full response schema.
GET request to retrieve your network’s configuration:Search with pagination
Most resources have a listing endpoint (The response includes your results and pagination metadata:See Paging for more on paginating through results.
POST .../table) that supports pagination and filtering. Search for active offers:Next steps
Authentication
Learn about API key types and portal access.
Request & Response Format
Understand date formats, IDs, enums, and other conventions.
Rate Limiting
Know your request quotas before building integrations.
Network API Reference
Explore the full Network API.
