Skip to content

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_KEY

Base URL ​

https://your-tracker-domain/api

Response 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.