KicksDB
GuideAPI ReferenceWebhooksChangelog
GuideAPI ReferenceWebhooksChangelog
Support
  1. Webhooks
  • Introduction
  • Destinations
  • Pricing
  1. Webhooks

Introduction

Product Webhooks (also called Product Monitors) let you automatically track sneakers and receive real-time notifications when market prices change.
Instead of building your own polling system, KicksDB handles everything for you:
Fetches the latest product data at the interval included in your subscription.
Compares prices against the last snapshot to detect changes.
Sends a webhook event directly to your endpoint (HTTP or Discord).
This is perfect for:
Resellers who need instant price alerts to stay competitive.
Shops that want to update inventory prices dynamically.
Analytics platforms looking for continuous pricing signals.

How it Works#

You create a Product Monitor from the API or dashboard by specifying:
Product ID or slug
Platform (currently StockX or GOAT)
Market (e.g., US)
Currency (e.g., USD)
Webhook URL (Discord or Custom)
KicksDB then checks the product at a fixed interval (based on your plan). Whenever a price change is detected, KicksDB sends a JSON payload to your webhook endpoint.
Modified at 2025-09-18 08:14:36
Next
Destinations
Built with