curl -X POST "https://api.foxreach.io/api/v1/campaigns/cmp_abc123/accounts" \ -H "X-API-Key: otr_your_key" \ -H "Content-Type: application/json" \ -d '{ "accountIds": ["acc_001", "acc_002"] }'
{ "data": { "added": 2 } }
Assign email accounts to a campaign for sending and inbox rotation.
Show Result
404