Savvy Forge PIPELINE
A
A
Navigation
BBS Inventory Flagged API Keys Settings Logs Tests
Quick Actions
Open Store Feed Health Feed Schema
Account
Settings Logout

Feed API Key

API key is active — Store must include X-Forge-Key header
Last changed: 2026-04-26 10:22:48  ·  Prefix: 9bf387c3...81c5
9bf387c3...81c5

Feed API Endpoints

Base URL https://forge.localworks.com.au/api/feed.php
Products ?action=products&page=1&limit=100
Incremental ?action=products&since=2025-01-01T00:00:00
Count ?action=count
Categories ?action=categories
Brands ?action=brands
Health ?action=health
Schema ?action=schema

Store Configuration

Add these values to the Store's .env file to enable Forge sync:

# Add to savvy-v2/.env
FORGE_URL=https://forge.localworks.com.au
FORGE_API_KEY=9bf387c3...81c5

Quick Test

Test the Feed API with cURL:

# Health check
curl -H "X-Forge-Key: YOUR_KEY" \
  https://forge.localworks.com.au/api/feed.php?action=health

# Fetch products
curl -H "X-Forge-Key: YOUR_KEY" \
  "https://forge.localworks.com.au/api/feed.php?action=products&limit=5"