{ "opencollection": "1.0.0", "info": { "name": "CJ Affiliate Publisher Lookup API", "version": "2026-08-13" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Publisher Lookup", "type": "folder" }, "items": [ { "info": { "name": "Look up publishers joined to your program", "type": "http" }, "http": { "method": "GET", "url": "https://publisher-lookup.api.cj.com/v2/joined-publisher-lookup", "params": [ { "name": "requestor-cid", "value": "", "type": "query", "description": "CID of the company you are making the request for. You must be a member of that company." }, { "name": "date-accepted", "value": "", "type": "query", "description": "Date the publisher accepted the program terms, YYYY-MM-DD." }, { "name": "publisher-name", "value": "", "type": "query", "description": "Joined publisher's name. Must be more than 3 characters." }, { "name": "country", "value": "", "type": "query", "description": "ISO 3166-1 alpha-2 country code of the publisher's location." }, { "name": "pid", "value": "", "type": "query", "description": "The publisher's website ID (numeric, positive)." }, { "name": "cid", "value": "", "type": "query", "description": "The publisher's company ID (numeric, positive)." }, { "name": "url", "value": "", "type": "query", "description": "The publisher's website URL." }, { "name": "special-incentive", "value": "", "type": "query", "description": "Whether the publisher runs an incentive / special program. Only the value `yes` (case-insensitive) is allowed." } ] }, "docs": "Advertiser-side lookup of the publishers in a program — program terms and join status, promotional methods, websites and PIDs, categories, EPC and network rating. Exactly one search criterion must be supplied alongside requestor-cid. The request URI must be encoded per HTML 4 form content encoding rules. Advertisers only. Documented call limit: 25 calls per minute." } ] } ], "bundled": true }