API Reference
Build custom integrations with the coreAds REST API.
Getting Started
The coreAds API is organized around REST. It accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes.
Base URL: https://api.coreads.io/v1
Authentication
Authenticate your requests using API keys. Include your key in the Authorization header.
Authorization: Bearer YOUR_API_KEY
Available Endpoints
GET
/campaigns
List all campaigns
GET
/campaigns/:id/metrics
Get campaign metrics
GET
/reports
List all reports
POST
/reports
Generate a report
Need API access?
Upgrade to Agency plan