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.
A documented event crosses a signed HTTPS boundary to a receiver you control, and fans out into whatever you already run.
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.
When a subscribed event fires, RestocksAIO sends a common JSON envelope with a UTC timestamp, app metadata and the fields for that event type.
Parse the payload on your side and fan it out — into a database, a queue, Slack, a sheet or your accounting system.
Stream events into your own BI, alerting and automations so your tooling reacts the instant a sale closes or a price moves.
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.
Fires on a new sale or a sale status change on a supported platform.
An offer lands on WeTheNew or LimitedResell, with amount and profit-if-accepted.
Bricker Mode raises or lowers a listing price.
A Bricker-managed item sells, with fee-adjusted payout fields.
An item-deletion attempt, with success or failure status.
Every event uses a common JSON envelope over HTTPS POST, with a data object tailored to that event type.
Each payload includes the event name, UTC timestamp, event-specific data and app metadata.
Sale, offer and Bricker events expose the identifiers and operational fields relevant to that event.
Event data identifies the selling site so your receiver can route marketplace-specific logic.
Use the event's sale or task identifiers when your receiver needs idempotent handling.
The Webhook API is built so you can trust the payload and control exactly what you receive — delivery you can build on.
Events are delivered to the endpoint you configure, over HTTPS only.
Verify each payload actually came from RestocksAIO before you act on it.
Only the event types you opt into are ever sent.
Designed for at-least-once handling so a brief outage doesn't lose events.
The Webhook API is part of the Premium tier alongside Bricker Mode and offer automation — the tools that turn RestocksAIO into infrastructure.
Included on Premium / Lifetime, gated and listed as such inside the app.
You own the receiver and build whatever you like downstream.
Stream sales into your own BI the moment they close.
Kick off any internal automation — alerts, accounting sync, restock logic.
Webhook API is a Premium workflow. Start the 3-day Premium sprint and wire your first event today.