Stop RevShare Campaign
Stops one of your active RevShare campaigns. Same as Stop on the Campaigns page.
Returns the campaign row with status = completed. CPL delivery campaigns are stopped through their order: /api/marketer/cpl/orders/stop.
Errors (status: "error", HTTP 200):
404Campaign not found: unknown id, not your campaign, or not a RevShare campaign.403Access denied: missing / unknown key, or the account is not an active partner.429Rate limit exceeded (30 writes per minute per key, see theRetry-Afterheader).503Service is temporarily unavailable: the platform did not answer in time. The action may still have been applied, check the matching read endpoint before repeating it.
status completed and finished_at set.
campaign_id is the revc_… public id from /api/marketer/revshare/campaigns. Unknown ids, campaigns that are not yours and numeric internal ids answer 404 Campaign not found.
/api/marketer/cpl/orders/stop.Authorizations
API key from the partner cabinet, Tools -> API (https://partners.onlytraffic.com/tools/api): up to 5 named keys per account, each Full or Read-only, ot_partners_ prefix, shown once at creation. Raw value or Bearer form. Read-only keys cannot call the POST endpoints (403 This API key is read-only); expired or revoked keys get 403 Error! Access denied.
Body
Campaign public id (revc_…). Numeric internal ids are rejected with 404.