RestocksAIO
Home/Features/Webhook API
Feature - Real-time event stream

Webhook API for resellers who want RestocksAIO data in their own stack.

The Webhook API lets Premium users pipe key events into external dashboards, automations or internal reporting — without waiting for a manual export. Subscribe to the event types you care about and RestocksAIO POSTs structured JSON to your endpoint the moment something changes.

Your event streamEvents leave once, signed, and then serve your stack

A documented event crosses a signed HTTPS boundary to a receiver you control, and fans out into whatever you already run.

eventsale.confirmedOrder, unit, marketplace, payout
alsoinventory.updated · price.changed
Signed request
your endpointHTTPS receiverVerifies the signature, returns 200
Accounting sync
Internal dashboard
Ops alerting
In the workflow

From event to your endpoint

No polling. RestocksAIO sends the moment something changes — these are the steps to wire it into your stack, not invented stages.

Subscribe to events

In Settings, point the Webhook API at your endpoint URL and opt into the event types you want — sales, offers, Bricker price changes and deletions.

Receive real-time JSON

When a subscribed event fires, RestocksAIO sends a common JSON envelope with a UTC timestamp, app metadata and the fields for that event type.

Route into your stack

Parse the payload on your side and fan it out — into a database, a queue, Slack, a sheet or your accounting system.

Build dashboards & triggers

Stream events into your own BI, alerting and automations so your tooling reacts the instant a sale closes or a price moves.

Product evidence

Inside the product

Webhook configuration

Manual CSV exports and polling the app on a timer become a live event stream for sales, offers and Bricker activity.

What you can build

  • Real-time JSON events delivered to your own endpoint over HTTPS POST.
  • Sales, offers and Bricker workflow hooks that fire without a manual export.
  • External dashboards and BI fed live instead of from stale spreadsheets.
  • Triggers into Slack, sheets, accounting or any internal tooling you run.
Capabilities

What the API covers

Pick an area to see what's exposed.
EventsSubscribe to the workflow moments that matter

The Webhook API emits the key operational events from inside RestocksAIO. Subscribe only to the types you need, so your endpoint isn't flooded with noise.

sale.detected

Fires on a new sale or a sale status change on a supported platform.

offer.detected

An offer lands on WeTheNew or LimitedResell, with amount and profit-if-accepted.

bricker.price_change

Bricker Mode raises or lowers a listing price.

bricker.item_sold

A Bricker-managed item sells, with fee-adjusted payout fields.

bricker.item_deleted

An item-deletion attempt, with success or failure status.

PayloadsPredictable JSON you can parse on day one

Every event uses a common JSON envelope over HTTPS POST, with a data object tailored to that event type.

Common envelope

Each payload includes the event name, UTC timestamp, event-specific data and app metadata.

Event-specific fields

Sale, offer and Bricker events expose the identifiers and operational fields relevant to that event.

Marketplace context

Event data identifies the selling site so your receiver can route marketplace-specific logic.

De-duplication

Use the event's sale or task identifiers when your receiver needs idempotent handling.

SecurityScoped, signed and sent to an endpoint you own

The Webhook API is built so you can trust the payload and control exactly what you receive — delivery you can build on.

HTTPS POST

Events are delivered to the endpoint you configure, over HTTPS only.

Signed requests

Verify each payload actually came from RestocksAIO before you act on it.

Scoped subscriptions

Only the event types you opt into are ever sent.

Retry-friendly

Designed for at-least-once handling so a brief outage doesn't lose events.

AccessA Premium workflow, gated like one

The Webhook API is part of the Premium tier alongside Bricker Mode and offer automation — the tools that turn RestocksAIO into infrastructure.

Premium tier

Included on Premium / Lifetime, gated and listed as such inside the app.

Your endpoint

You own the receiver and build whatever you like downstream.

Live dashboards

Stream sales into your own BI the moment they close.

Custom triggers

Kick off any internal automation — alerts, accounting sync, restock logic.

Operating posture

How it behaves.

Predictable, scoped, Premium-gated — these are real product attributes, not benchmarks.
Premium
Access
Part of the Premium tier alongside Bricker Mode and offer automation.
Real-time
Delivery
Events are POSTed the moment they happen — no polling, no batch lag.
JSON
Format
A common envelope with event-specific data, sent over HTTPS POST.
Yours
Endpoint
You own the receiver and build whatever you like downstream.

Put RestocksAIO data where your team already works.

Webhook API is a Premium workflow. Start the 3-day Premium sprint and wire your first event today.