API Reference ​
Argus Tracker exposes a RESTful API for managing campaigns, offers, landings, traffic sources, networks, and more.
Authentication ​
All endpoints (except /api/auth/login) require authentication via API key:
X-Api-Key: YOUR_API_KEYBase URL ​
https://your-tracker-domain/apiResponse Format ​
Successful responses wrap data in a data field:
json
{
"data": { ... }
}Error responses return:
json
{
"error": "error message"
}Endpoints ​
Browse the API endpoints in the sidebar, grouped by resource type.