Give every creator on your platform their own tracked links and their own honest earnings figure.
Creator platforms, link-in-bio tools and talent networks.
Creators want to monetise what they already recommend. Individually, almost none of them will be approved by fourteen affiliate networks, and none of them wants to manage fourteen dashboards.
For you, the hard part is splitting the money. If all traffic runs through one affiliate account, working out what each creator earned is a reconciliation problem that grows with every creator you add.
The creator becomes the unit of attribution. Everything that follows is tied to them, so the split is a read rather than a calculation.
POST /v1/end-users
Your product calls the API; the creator never sees a network. Link issuance is a single request and the token is live immediately.
POST /v1/links
A campaign can be a video, a post or a season. Reporting rolls up to whichever unit you chose.
GET /v1/campaigns
Earnings are already attributed per creator, so payouts read straight from the ledger and creators can be shown the same figure you are working from.
GET /v1/reports · GET /v1/payouts
They monetise under your integration rather than applying to networks individually, which most would not pass.
Attribution happens at link-issue time, so revenue arrives already divided by creator.
Clicks, conversions and earnings per creator come from the same ledger you invoice from — one number, not two.
POST /v1/end-usersPOST /v1/linksGET /v1/campaignsGET /v1/reportsGET /v1/payouts