RefCampaign

RefCampaign API

REST API for affiliate tracking, conversion attribution, and payouts.

The RefCampaign API powers everything you can do from the merchant dashboard — and a few things you can't, like server-to-server conversion tracking and bulk operations on commissions.

Endpoints are versioned under /api/v1/* and authenticated with Bearer JWT issued from the dashboard. Responses follow a consistent envelope, errors return machine-readable codes, and the spec is published as OpenAPI 3.1.

Where to start

Stability and versioning

The current version is v1. All public endpoints live under /api/v1/*. Breaking changes ship behind a new version prefix; v1 continues to receive non-breaking additions. Deprecations are announced via a Deprecation HTTP header at least 90 days before removal.

Need help?

Open an issue on the SDK repo or contact us through the merchant dashboard.

On this page