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

Destinations

Product Monitors currently supports two destinations: Discord or Custom endpoints (connect your backend).
About webhook content
Only US sizes are used.
For a same product, SKU and slugs are not always same between StockX and GOAT. This might have an impact custom backend.

Discord#

Preview#

Discord Preview

Explainations#

🔄: Price changed
Price or asks is 0 means no availability

How to setup#

1.
In your Discord server, make a channel to receive channels into
2.
Go to "Edit Channel", then "Integrations", then "Webhooks"
3.
Click "New Webhook"
4.
Open newly created webhook and "Copy Webhook URL"
5.
Paste the URL in KicksDB dashboard

Custom#

You can also receive webhook directly on your backend and handle the logic yourself. This also allow interconnecting with tools like n8n.
You'll receive payload like this:
{
    "data": {
        "currency": "USD",
        "market": "US",
        "platform": "stockx",
        "product": {
            "brand": "Nike",
            "id": "6d609bf2-5904-4fcc-ac59-9dcd6432eaf9",
            "sku": "FJ5471-121",
            "slug": "nike-air-force-1-low-07-lv8-time-warp-royal",
            "title": "Nike Air Force 1 Low '07 LV8 Time Warp Royal",
            "variants": [
                {
                    "changed": false,
                    "count": 0,
                    "id": "930459f5-3554-4e89-ac68-a9ca39845059",
                    "price": 0,
                    "size": "3.5"
                },
                {
                    "changed": false,
                    "count": 0,
                    "id": "6ebb6194-872f-49f8-85fe-e22c6bd4b9fe",
                    "price": 0,
                    "size": "4"
                },
                {
                    "changed": false,
                    "count": 0,
                    "id": "a85ea5ce-6b2c-417d-a788-a377964e53ae",
                    "price": 0,
                    "size": "4.5"
                },
                {
                    "changed": false,
                    "count": 0,
                    "id": "d989c403-1e69-432d-b811-5c575858e59f",
                    "price": 0,
                    "size": "5"
                },
                {
                    "changed": false,
                    "count": 1,
                    "id": "0ab4d516-5994-4540-b221-d27c858a40dd",
                    "price": 314,
                    "size": "5.5"
                },
                {
                    "changed": false,
                    "count": 4,
                    "id": "7bf02d2e-2bcb-4565-ac86-8af83f4bb7f4",
                    "price": 121,
                    "size": "6"
                },
                {
                    "changed": false,
                    "count": 1,
                    "id": "f045c227-59c2-495a-b107-b02c0a2b62de",
                    "price": 132,
                    "size": "6.5"
                },
                {
                    "changed": false,
                    "count": 2,
                    "id": "f2f42bd6-be77-41df-8c2a-ef5e5cadbd4f",
                    "price": 75,
                    "size": "7"
                },
                {
                    "changed": false,
                    "count": 3,
                    "id": "062e880d-ab70-40d7-a5b8-8148c3069830",
                    "price": 149,
                    "size": "7.5"
                },
                {
                    "changed": false,
                    "count": 2,
                    "id": "63ad9f7d-02a8-43f4-9607-769f87f70186",
                    "price": 199,
                    "size": "8"
                },
                {
                    "changed": true,
                    "count": 3,
                    "id": "babfd281-2adc-4b52-91aa-ff494bdb8225",
                    "price": 195,
                    "size": "8.5"
                },
                {
                    "changed": true,
                    "count": 5,
                    "id": "df6cbd77-2550-4049-b068-177150500ade",
                    "price": 117,
                    "size": "9"
                },
                {
                    "changed": true,
                    "count": 2,
                    "id": "c2be751d-203d-4b3b-af94-d2d4c3df6361",
                    "price": 163,
                    "size": "9.5"
                },
                {
                    "changed": false,
                    "count": 5,
                    "id": "1ef66d97-d4c8-42a9-8e4f-ad17b090dd13",
                    "price": 140,
                    "size": "10"
                },
                {
                    "changed": false,
                    "count": 4,
                    "id": "6a3d4d05-acf1-4dbf-8323-78af6a109ef5",
                    "price": 131,
                    "size": "10.5"
                },
                {
                    "changed": false,
                    "count": 3,
                    "id": "5d194061-a684-418d-a47f-02f9b7b48583",
                    "price": 186,
                    "size": "11"
                },
                {
                    "changed": false,
                    "count": 3,
                    "id": "51ae6145-31b7-42c5-a489-43394c6edc1d",
                    "price": 88,
                    "size": "11.5"
                },
                {
                    "changed": false,
                    "count": 5,
                    "id": "9ed66e6f-16db-4333-b47b-3ee1271fb706",
                    "price": 90,
                    "size": "12"
                },
                {
                    "changed": false,
                    "count": 0,
                    "id": "9d0cf52c-d6b2-4038-b0e7-8b0ae72fd0a6",
                    "price": 0,
                    "size": "12.5"
                },
                {
                    "changed": false,
                    "count": 2,
                    "id": "9519b9d7-c935-47c1-9bd7-c4c317ae929c",
                    "price": 226,
                    "size": "13"
                },
                {
                    "changed": false,
                    "count": 1,
                    "id": "6e0ae39a-0355-4751-80c2-c4a125289380",
                    "price": 493,
                    "size": "14"
                },
                {
                    "changed": false,
                    "count": 0,
                    "id": "e9485516-d8b3-4177-b619-9cf269302199",
                    "price": 0,
                    "size": "15"
                },
                {
                    "changed": false,
                    "count": 0,
                    "id": "bea1828c-5963-4ae6-a3e2-c18213ab5d84",
                    "price": 0,
                    "size": "16"
                }
            ]
        },
        "user_id": 144
    },
    "event": "product.webhook.stockx",
    "timestamp": 1758128885,
    "version": "v1"
}
Modified at 2025-09-18 08:25:13
Previous
Introduction
Next
Pricing
Built with