IRONFEED Documentation — API Reference & Integration Guides

Everything you need to integrate IRONFEED into your stack: API endpoints, OAuth 2.0 authentication, webhooks, feed mapping fundamentals and channel-specific guides.

Quick Start — Your First Feed in 5 Minutes

From sign-up to a synced product feed in five steps. Connect a source, map your fields, validate against channel rules and export.

API Reference

REST endpoints, OAuth 2.0 flows, signed webhooks and predictable error codes for production integrations.

Integration Example

v2.4.0Node.js
const ironfeed = require('@ironfeed/sdk');

// Initialize the secure feed client
const client = ironfeed.init({
  apiKey: process.env.IRONFEED_SECRET,
  region: 'us-east-1'
});

// Configure real-time mapping sync
await client.feeds.sync({
  feedId: 'fd_99283',
  mapping: {
    sku: 'internal_id',
    price: 'market_value',
    availability: 'stock_count'
  },
  intervals: '5m'
});

Platform Guides

Operational manuals for the IRONFEED platform — from your first mapping to multi-region exports.

Integration Tutorials

Step-by-step setup for the channels and platforms that drive your revenue.

Popular Topics

Data Mapping Fundamentals

How to translate complex source JSON into unified feed schemas.

Managing Sync Conflicts

Best practices for resolving atomic updates across distributed nodes.

Exporting Large Datasets

Handling multi-gigabyte feed exports via secure edge buckets.

OAuth 2.0 Integration

Security protocols for enterprise-grade API authentication.

Get Specialized Help

Need more specialized help?

Reach our solutions engineering team — we'll get back within one business day.

Talk to sales