▪️More API methods
Working with affiliates' profiles
Get a list of all affiliates
curl --location --globoff 'https://boapi.smartico.ai/api/af2_aff_op' \
--header 'authorization: your-private-api-key'
//Filter by affiliate status
"aff_status_id": number[];
//Set false to skip and true to include balance calculations
"without_money": boolean;Update affiliate details
Build a tracking link for an affiliate
Get available destination links
Manage pixel definitions (postbacks)
Manage promo codes
Get a list of promo codes
Get a single promo code by ID
Create a new promo code
Update an existing promo code
Last updated
Was this helpful?