curl -X PATCH "https://api.affonso.io/v1/program/restrictions" \ -H "Authorization: Bearer sk_live_your_api_key" \ -H "Content-Type: application/json" \ -d '{ "brand_bidding": false, "incent": false, "additional_restrictions": "No adult content" }'
{ "success": true, "data": { "websites": true, "social_marketing": true, "organic_social": true, "email_marketing": true, "mobile_traffic": true, "search_engine_marketing": false, "organic_search": true, "rebrokering": false, "incent": false, "brand_bidding": false, "additional_restrictions": "No adult content" } }
Update allowed traffic sources and restrictions
null
Was this page helpful?