{
"status": 201,
"message": "Affiliate created successfully",
"data": {
"id": "c97169b9-9e05-4e98-b27d-e35fedd8f0e9",
"email": "jane.doe@example.com",
"firstName": "Jane",
"lastName": "Doe",
"notes": "Affiliate onboarded via admin panel",
"workspaceId": "5bb8cbe6-67dc-4b07-853e-7ca5454f8512",
"campaignId": "9112d17b-0c77-45ab-a82f-f963f135b63d",
"payoutEmail": "jane.payout@example.com",
"payoutMethod": "PAYPAL",
"details": null,
"isActive": true,
"isBanned": false
}
}curl --location --request POST '/affiliates' \
--header 'x-auth-referralstack: rs_live_e6761c15744c9be53be18802278fd3da751d03ce' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": 201,
"message": "Affiliate created successfully",
"data": {
"id": "c97169b9-9e05-4e98-b27d-e35fedd8f0e9",
"email": "jane.doe@example.com",
"firstName": "Jane",
"lastName": "Doe",
"notes": "Affiliate onboarded via admin panel",
"workspaceId": "5bb8cbe6-67dc-4b07-853e-7ca5454f8512",
"campaignId": "9112d17b-0c77-45ab-a82f-f963f135b63d",
"payoutEmail": "jane.payout@example.com",
"payoutMethod": "PAYPAL",
"details": null,
"isActive": true,
"isBanned": false
}
}'{
"status": 201,
"message": "Affiliate created successfully",
"data": {
"id": "c97169b9-9e05-4e98-b27d-e35fedd8f0e9",
"email": "jane.doe@example.com",
"firstName": "Jane",
"lastName": "Doe",
"notes": "Affiliate onboarded via admin panel",
"workspaceId": "5bb8cbe6-67dc-4b07-853e-7ca5454f8512",
"campaignId": "9112d17b-0c77-45ab-a82f-f963f135b63d",
"payoutEmail": "jane.payout@example.com",
"payoutMethod": "PAYPAL",
"details": null,
"isActive": true,
"isBanned": false,
"totalOpens": 0,
"totalClicks": 0,
"totalSignups": 0,
"totalEarnings": 0,
"createdAt": "2025-12-29T07:08:49.605Z",
"updatedAt": "2025-12-29T07:08:49.605Z"
}
}