How it works
Programs listed aspublic appear in the marketplace with their commission rate, category, EPC (earnings per click), and conversion rate. Affiliates can filter by category, minimum commission, and performance metrics. When an affiliate applies, they either get auto-approved instantly (if your program has autoApproveAffiliates: true) or land in your pending applications queue for manual review.
A program must be fully set up – Stripe connected, tracking installed, and at least one active affiliate – before it becomes eligible for public listing.
List your program
Open program settings
In the dashboard go to Programs, select your program, then open Settings > Marketplace. Set visibility to Public and fill in a short description and category. Save.
marketplaceStatus: "public" when creating or updating a program.
Managing applications
When an affiliate applies from the marketplace, the application appears in Programs > [Your Program] > Applications. Each application shows the affiliate’s name, their optional introductory message, and the date applied.- Auto-approved – if your program has
autoApproveAffiliates: true, the affiliate is added immediately and receives their affiliate link. - Pending review – if auto-approve is off, approve or reject from the dashboard or via the invites API.
API reference
List marketplace programs
Returns all publicly listed programs. Available to affiliate API keys (scopemarketplace:read).
| Parameter | Type | Description |
|---|---|---|
category | string | Filter by category (e.g. saas, ecommerce) |
minCommission | number | Minimum commission percentage |
minEpc | number | Minimum earnings per click (USD) |
sort | string | epc | conversionRate | commission | newest |
limit | number | Max results (1–50, default 20) |
page / offset | number | Pagination |
Apply to a program
Submits an affiliate application. Requires an affiliate API key (scopemarketplace:apply).
status field (auto_approved or pending) and a nextSteps array describing what the affiliate should do next.
What’s next
Invite Affiliates
Invite affiliates directly without waiting for marketplace applications.
Conversions
See how commissions are created when affiliates drive sales.