Feedico

← Home · Integration hub · Unified API · Product

Part of: Unified affiliate API · Publisher integration hub

Affiliate marketing API

Affiliate marketing API — programme API, integration & multi-network automation

Feedico is the affiliate marketing API publishers use for affiliate API integration: one contract for programmes, merchants, and coupons across CJ, Awin, Impact, and more. For the bird's eye diagram and full provider list, start at unified affiliate API. Feedico maps firms (merchant / programme catalogue) and coupons (promotions) behind the same bearer token, pagination model, and normalized fields. Preview codes on the live coupon feed; code-first promotions use the coupon API; quotas live on pricing. Editors who think in modules can reuse the same rows via deal merchandising feeds.

Who is this for?

Built for teams shipping affiliate-powered products - not one-off scrapers.

If you landed from affiliate marketing API, publisher API, or partner programme API searches - you want one contract for catalogue + promotions, not five proprietary SDKs.

How data flows

Upstream programmes stay theirs; Feedico is the abstraction your backend integrates with.

What you get

  • Unified merchant data

    Normalized firms and programme context - one mental model whether the row came from CJ or Awin.

  • Coupon + deal rows

    One contract for promotions alongside catalogue; pair with the coupon API and its deal merchandising section when you split landing pages.

  • Shared auth & pagination

    Bearer token, page / pageSize, and POST filters - no per-network client spaghetti in your repo.

  • Network abstraction

    Upstream schema drift and quirks are absorbed in Feedico; your consumer code stays stable when a network tweaks fields.

Your backend calls Feedico; Feedico talks to upstream platforms with your stored credentials and surfaces availableProviders so filters match reality.

Supported networks

Connect credentials in the dashboard for sources your account is approved for. Icons are favicons for recognition - trademarks belong to their owners.

CJ Affiliate favicon
CJ Affiliate
Awin favicon
Awin
Impact favicon
Impact
Admitad favicon
Admitad
TradeTracker favicon
TradeTracker
Partnerize favicon
Partnerize
Takeads favicon
Takeads

How it works

Same through-line as the coupon API: networks → normalization → REST → your surfaces.

  1. 1

    Affiliate networks

    Live credentials and programme approvals at CJ, Awin, Impact, Partnerize, Admitad, TradeTracker, and more.

  2. 2

    Normalization & sync

    Feedico maps upstream feeds into firm and coupon tables on a plan-aware cadence - dashboard visibility, jobs, webhooks where enabled.

  3. 3

    REST API

    Versioned HTTPS JSON: list merchants, list coupons, filter by provider, paginate predictably.

  4. 4

    Your app

    Websites, mobile, extensions, internal tools - your cache and disclosure layer on top.

Illustrative merchant + coupons shape

Your integration typically calls firm and coupon list endpoints separately; this composite shows how a product screen might join them. Field names follow customer OpenAPI (provider, networkName, etc.). network below is a readable label; API responses use machine provider slugs.

{
  "merchant": {
    "name": "Nike",
    "network": "CJ",
    "provider": "cj_affiliate",
    "networkName": "Nike US"
  },
  "coupons": [
    {
      "title": "10% Off",
      "code": "SAVE10",
      "offerUrl": "https://…"
    }
  ]
}

Merchant feed API

List programmes and merchants with POST /api/v1/me/networks. Filter by provider or firm name fragment, paginate predictably, and join coupon rows in your app layer. This is the affiliate merchant feed teams use for catalogue pages, eligibility checks, and BI pipelines alongside coupon list calls. See the REST API product page for copy-paste examples.

Webhooks for sync events

Eligible plans can register HTTPS endpoints for sync completion and data-change signals, so your workers refresh caches or kick warehouse jobs without polling every few minutes. Webhooks complement the coupon API webhooks section and the Linux desktop client for operators who prefer a GUI-driven mirror.

Affiliate API integration steps

  1. Connect CJ, Awin, Impact, or other approved credentials in the integrations dashboard.
  2. Create a bearer token scoped to your account; keep it server-side only.
  3. Call firm (programme) and coupon list endpoints with pagination and provider filters — one affiliate API integration instead of N clients.
  4. Cache at the edge; on eligible plans add webhooks. See publisher API hub and pricing for quotas.

Feedico vs manual affiliate APIs

Feedico vs manual per-network APIs
TopicFeedicoManual APIs
One auth
Unified merchant model
Shared coupon schema
Multiple networks✅ One integration surface⚠️ Possible - but N times the maintenance

Longer rationale: Feedico vs manual integrations.

Why this matters

Every affiliate network introduces a different integration surface: auth, pagination, field names, rate limits, and breaking changes on someone else's roadmap. That tax lands on your engineers and slows roadmap work that actually moves revenue. Feedico compresses that complexity into one predictable API contract for merchants and promotions - so you keep network relationships, delegate normalization and delivery, and ship product experiences faster.

When this page is the right fit

Choose this landing when you want a broad affiliate data API (catalogue + codes) under one mental model. If you only need promotions, start with the coupon API; if bulk ETL is the main job, read the coupon feed API and deal merchandising (coupon API).

Frequently asked questions

What is an affiliate marketing API?
An affiliate marketing API is the developer-facing layer publishers use to automate coupon sites, cashback apps, and internal tools — listing programmes, merchants, and promotions without manual exports. Feedico serves as an affiliate marketing API by unifying multi-network catalogue and coupon data in one REST contract.
What is an affiliate API?
An affiliate API is a programmatic interface that returns merchant programmes, coupons, and deal metadata from affiliate networks as structured JSON. Feedico's affiliate API normalizes firms and coupons from CJ, Awin, Impact, and other sources behind one bearer token and pagination model.
What is API in affiliate marketing?
In affiliate marketing, an API lets software request programme catalogues and promo codes instead of CSV exports or dashboards. Feedico's affiliate API is that interface for multi-network publishers who already hold network approvals.
What is an affiliate program API?
An affiliate program API exposes enrolled merchant programmes (firms), status, and linked promotions for publishers approved on each network. Feedico maps upstream programme rows into a consistent affiliate program API shape so your product code stays stable when networks rename fields.
How does affiliate API integration work with Feedico?
Connect network credentials in the dashboard, generate a bearer token, and call list endpoints for firms and coupons. One affiliate API integration replaces parallel clients per network — see the publisher API hub for a topic map and the unified affiliate API page for architecture.
Do I still need network approval?
Yes. Feedico does not replace enrolment or compliance at each affiliate network. You connect your own credentials and must stay approved for the programmes you promote. Feedico normalizes and delivers data - it does not grant access to merchants you have not legitimately joined.
Can I combine multiple affiliate networks?
Yes. Connect multiple sources in the dashboard; firm and coupon list responses can include rows from every connected provider. Use filters such as provider and availableProviders metadata to segment or merge networks in one integration. See also the affiliate network API narrative for multi-network positioning.
Does Feedico host affiliate links?
Feedico stores and serves normalized programme, merchant, and promotion metadata (for example offer URLs returned by your connected integrations). You remain responsible for outbound tracking links, disclosures, and how click traffic is attributed in line with each network's policies and your own product terms.
Is this an attribution SDK?
No. Feedico focuses on data delivery - merchant/firm listings and coupon or deal rows - over HTTPS JSON. You implement click routing, conversion tracking, and attribution in ways each network allows; Feedico is not a drop-in measurement SDK.
How are quotas handled?
Customer API usage is metered: successful calls to account-scoped list endpoints count against your plan's monthly quota (UTC calendar month). When limits are exceeded, the API returns a documented error so you can backoff, cache, or upgrade. Exact numbers appear in plan copy and documentation.

Network-specific guides

Volume often clusters on a flagship source. If one network dominates your funnel today, pair this page with focused landings - then keep Feedico as the unified contract: CJ API, Awin API, Impact API, Admitad API, TradeTracker API, Partnerize API, and Takeads API.

You need programme approval and compliant use at each affiliate network. Feedico provides the integration layer - not a substitute for network terms.

Related pages

Comparisons & concept pages