Skip to main content
POST
Stop a RevShare campaign
Same as Stop on the Campaigns page. The returned row has 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.
A CPL delivery campaign is stopped through its order: /api/marketer/cpl/orders/stop.

Authorizations

Authorization
string
header
required

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

application/json
campaign_id
string
required

Campaign public id (revc_…). Numeric internal ids are rejected with 404.

Response

200 - application/json

Success (check status; errors are also HTTP 200)

status
enum<string>
Available options:
success
data
object