Quick Start
Make your first API call in minutes — fetch campaigns, display them, and start tracking.
Authentication
Learn how to authenticate every request using your Bearer API key.
Integration Guide
Follow a step-by-step walkthrough to integrate ENS Ads into your platform.
API Reference
Explore the full API reference for campaigns, impressions, and clicks.
How it works
1
Get your API key
Sign up and retrieve your API key from the ENS Ads dashboard.
2
Fetch campaigns
Call
GET /api/v1/campaigns/fetch with your placement and targeting parameters to retrieve available campaigns.3
Display campaigns
Render fetched campaigns in the correct placement on your platform.
4
Track impressions and clicks
Report every display with
POST /api/v1/campaigns/impression and every interaction with POST /api/v1/campaigns/click.