Operations API
Affiliates
Manage affiliate partners, approve or decline applications, handle bonuses, payouts, and blocked affiliates.
Authentication
All API requests require a valid API key passed via the Authorization header using the Bearer scheme:
Authorization: Bearer YOUR_API_KEYYou can generate and manage your API keys from the Tamio Dashboard under Settings > Developers > API Keys.
Endpoints
GET
/affiliates/list
GET
/affiliates/retrieve/{uuid}
DELETE
/affiliates/{uuid}
POST
/affiliates/approve/{uuid}
POST
/affiliates/decline/{uuid}
POST
/affiliates/bonus/add/{uuid}
POST
/affiliates/bonus/deduct/{uuid}
POST
/affiliates/send-email/{uuid}
POST
/affiliates/unblock/{uuid}
GET
/affiliates/blocked/{uuid}
POST
/affiliates/payouts/create/{uuid}
GET
/affiliates/payouts/list
GET
/affiliates/payouts/retrieve/{uuid}