{ "opencollection": "1.0.0", "info": { "name": "CJ Affiliate Publisher Tracking API", "version": "2026-08-13" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Publisher Tracking", "type": "folder" }, "items": [ { "info": { "name": "Resolve a publisher click into a bounceless destination URL", "type": "http" }, "http": { "method": "POST", "url": "https://publishertracking.api.cj.com/clickdestination", "body": { "type": "json", "data": "{}" } }, "docs": "Server-to-server click registration for publishers. Returns either a destination URL directly to the advertiser (when a bounceless journey is appropriate) or the original tracking link that was passed in. On any error the publisher must navigate the consumer to the traditional Click URL. Cannot be called from a browser — the browser-based equivalent is CJ's Publisher Tag." } ] } ], "bundled": true }