Write
Reject CPL Campaign
Rejects a waiting campaign placed on your CPL offer. Same as Reject on the CPL Campaigns page. Returns the campaign row with status = rejected.
Errors (status: "error", HTTP 200):
404Order not found.422Platform message when the campaign can no longer be rejected.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.
POST
Reject a CPL campaign
Same as Reject on the CPL Campaigns page.
order_id is the cplo_… public id; comment is optional and shown to the client as the reason. The returned row has status rejected.
Unknown ids, campaigns that are not yours and numeric internal ids answer 404 Order not found.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
application/json