Skip to main content
The Toppie API provides public endpoints to manage and analyze agency accounts, campaigns, and financial activity.

Toppie API Reference

View the complete API documentation with all available endpoints

API Capabilities

1

Manage Campaigns

Create, update, pause, and delete campaigns programmatically. Set budgets, targeting, and bidding strategies via API.
2

Monitor and Control Finances

Track account balances, view transaction history, and manage billing through the API.
3

Access Campaign Metrics

Retrieve real-time performance data including impressions, clicks, conversions, and ROAS metrics.
4

Download Custom Reports

Generate and download detailed reports with custom date ranges and metric selections.

Authentication

All Toppie API requests require authentication using an API key. Include your API key in the request header:
curl -X GET "https://api.topsort.com/toppie/v1/campaigns" \
  -H "Authorization: Bearer YOUR_API_KEY"
To obtain API keys for Toppie, see the API Keys documentation.