{
"status": 200,
"message": "Affiliates fetched successfully",
"data": {
"items": [
{
"id": "af1c9d21-3b4e-4f1a-9c12-9a1e2f3d4b5c",
"email": "john.doe@example.com",
"firstName": "John",
"lastName": "Doe",
"notes": "High conversion affiliate",
"workspaceId": "ws_12345678-abcd-4efg-9012-abcdef123456",
"campaignId": "cmp_98765432-aaaa-bbbb-cccc-1234567890ab",
"payoutEmail": "john.payout@example.com",
"payoutMethod": "PAYPAL",
"details": "Promotes via blogs and newsletters",
"isActive": true,
"isBanned": false,
"totalOpens": 320,
"totalClicks": 145,
"totalSignups": 27,
"totalEarnings": 812.50,
"createdAt": "2025-10-01T08:15:22.120Z",
"updatedAt": "2025-12-01T10:45:11.781Z"
},
{
"id": "bf2d8a44-91a0-4f72-bc99-3f45e6a7b890",
"email": "jane.smith@example.com",
"firstName": "Jane",
"lastName": "Smith",
"notes": "New affiliate",
"workspaceId": "ws_12345678-abcd-4efg-9012-abcdef123456",
"campaignId": "cmp_11223344-dddd-eeee-ffff-0987654321cd",
"payoutEmail": "jane.payout@example.com",
"payoutMethod": "WISE",
"details": null,
"isActive": true,
"isBanned": false,
"totalOpens": 45,
"totalClicks": 12,
"totalSignups": 3,
"totalEarnings": 54.00,
"createdAt": "2025-11-20T14:05:44.903Z",
"updatedAt": "2025-12-10T09:30:01.221Z"
}
],
"pagination": {
"page": 1,
"limit": 10,
"total": 2,
"totalPages": 1
}
}
}