{
"campaignName": "Summer 2025 Promotion",
"workspaceId": "5bb8cbe6-67dc-4b07-853e-7ca5454f8512",
"commissionType": "percentage",
"amount": 15.5,
"minimumPayoutAmount": 50.00,
"url": "https://example.com",
"requiresApprovalToJoin": false,
"collectAdditionalInfo": true,
"hideCustomerEmail": true,
"payoutTerm": 30,
"affiliatePortalWelcomeMessage": "Welcome to our affiliate program!",
"affiliateDashboardText": "Track your referrals and earnings here.",
"stripeCouponId": "",
"allowedUrlParameters": [
"ref",
"via",
"aff"
],
"isDefault": false
}curl --location --request POST '/campaigns' \
--header 'x-auth-referralstack: rs_live_e6761c15744c9be53be18802278fd3da751d03ce' \
--header 'Content-Type: application/json' \
--data-raw '{
"campaignName": "Summer 2025 Promotion",
"workspaceId": "5bb8cbe6-67dc-4b07-853e-7ca5454f8512",
"commissionType": "percentage",
"amount": 15.5,
"minimumPayoutAmount": 50.00,
"url": "https://example.com",
"requiresApprovalToJoin": false,
"collectAdditionalInfo": true,
"hideCustomerEmail": true,
"payoutTerm": 30,
"affiliatePortalWelcomeMessage": "Welcome to our affiliate program!",
"affiliateDashboardText": "Track your referrals and earnings here.",
"stripeCouponId": "",
"allowedUrlParameters": [
"ref",
"via",
"aff"
],
"isDefault": false
}'{
"status": 201,
"message": "Campaign created successfully",
"data": {
"id": "3979878d-3ee6-49e1-8104-5ade64277dca",
"campaignName": "Summer 2025 Promotion",
"commissionType": "percentage",
"amount": 15.5,
"minimumPayoutAmount": 50,
"payoutId": "51b0230d-dc47-4f86-9a83-8cb1a4c3c66d",
"workspaceId": "5bb8cbe6-67dc-4b07-853e-7ca5454f8512",
"requiresApprovalToJoin": false,
"collectAdditionalInfo": true,
"hideCustomerEmail": true,
"payoutTerm": 30,
"url": "https://example.com",
"affiliatePortalWelcomeMessage": "Welcome to our affiliate program!",
"affiliateDashboardText": "Track your referrals and earnings here.",
"stripeCouponId": "",
"allowedUrlParameters": [
"ref",
"via",
"aff"
],
"isDefault": false,
"createdAt": "2025-12-29T04:40:04.929Z",
"updatedAt": "2025-12-29T04:40:04.929Z"
}
}