Skip to main content
The OnlyTraffic Marketer API lets you retrieve data about your campaigns, orders, transactions, and subscribers. Use it to build integrations, dashboards, and automated workflows.

Base URL

Authentication

All requests require the Authorization header with your API key. Get your key in the Partner Dashboard.
See the Authentication page for error codes and detailed setup.

Endpoints

Pagination

All list endpoints accept offset and limit as query parameters.

Date formats

Every timestamp field has two variants:
  • ISO 8601 string (*_at) e.g. "2024-06-01T12:00:00+00:00"
  • Unix timestamp integer (*_at_ts / *_ts) e.g. 1717243200

Response format

All responses return HTTP 200. The actual status is in the status field.

Error codes