Skip to main content
TrackRev exposes a small, predictable REST API for reading your tracking data and driving referral programmes, plus signed outbound webhooks for real-time events.

Base URL

All endpoints return JSON, accept and return UTF-8, and support CORS (so browser-safe endpoints can be called with a publishable key from any origin).

Quick example

What you can do

Read analytics

Drive referrals

Enroll referrers and report signups for product-led referral programmes.

React to events

Subscribe to signed webhooks for clicks, leads, sales and commissions.

Before you start

The API is a paid-plan feature. Every /api/v1 endpoint requires the workspace to be on an active paid plan; free workspaces receive a 402. Generate keys under Settings → Developers.
1

Create an API key

2

Make an authenticated request

Send your key as a Bearer token.
3

Handle errors and paginate