Skip to main content
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/v1

Authentication

All API requests require authentication using an API key in the header:

Request Header
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

Endpoints

GET
/affiliates
List all affiliates in your program
POST
/affiliates
Create a new affiliate
GET
/conversions
List all conversions with filtering options
POST
/conversions
Record a new conversion (server-side tracking)
GET
/payouts
List all payouts and their status
POST
/payouts/trigger
Trigger a manual payout run

Official SDKs

JavaScript/Node.js
npm install easypayouts
Python
pip install easypayouts
Ruby
gem install easypayouts

Need Help?

Check out our full documentation or reach out to our developer support team.