API Reference
EasyPayouts API
Build custom integrations with our RESTful API. Track conversions, manage affiliates, and automate payouts programmatically.
Base URL
https://api.easypayouts.com/v1Authentication
All API requests require authentication using an API key in the header:
Request Header
Authorization: Bearer YOUR_API_KEY
Content-Type: application/jsonEndpoints
GET
/affiliatesList all affiliates in your program
POST
/affiliatesCreate a new affiliate
GET
/conversionsList all conversions with filtering options
POST
/conversionsRecord a new conversion (server-side tracking)
GET
/payoutsList all payouts and their status
POST
/payouts/triggerTrigger a manual payout run
Official SDKs
JavaScript/Node.js
npm install easypayoutsPython
pip install easypayoutsRuby
gem install easypayoutsNeed Help?
Check out our full documentation or reach out to our developer support team.