Run an affiliate program without building one.
aaffiliately.io is a RESTful affiliate tracking API. Create associates, generate referral links, and track clicks and conversions — all behind your own brand, your own domain, and your own product.
We're in beta.
aaffiliately.io is currently invite-only while we work directly with a small number of early customers to shape the API. Request an invitation and we'll reach out as spots open up.
Request an invitationHow it works
Four steps, entirely driven by your own backend.
Create an account
Sign up and get an API key and secret for your business.
Add associates
Register the affiliates who'll be referring customers to you.
Generate links
Create a trackable referral link for each associate, with an optional discount split.
Track conversions
Report sales back through the API and we handle attribution and commission.
Built for developers
A plain RESTful API with no dashboard lock-in. Integrate it into your own signup flow, your own checkout, your own reporting — it never has to look like a third-party product.
curl -u API_KEY:API_SECRET -X POST https://affiliately.io/api/conversions -H "Content-Type: application/json" -d '{
"cookieToken": "8f14e...b02f2",
"orderReference": "ORDER-1042"
}'