Full API access for custom integrations and real-time event notifications
InvenPro exposes a complete REST API covering every module — products, orders, stock, vendors, reports. Subscribe to webhooks for real-time event notifications on stock alerts, PO status changes, and deliveries.
Every InvenPro module is accessible via REST API with JSON responses and standard HTTP methods.
Subscribe to events: new_low_stock_alert, po_status_changed, delivery_received, and more.
Generate and rotate API keys per integration from the Settings panel with scope controls.
Complete API reference documentation with request/response examples for every endpoint.
Follow these steps to get REST API & Webhooks running in your account.
Go to Settings → API Keys. Click "New Key", name it, set the scope (read-only or read/write), and copy the key. Takes 30 seconds.
Visit invenpro.net/docs for the full API reference — every endpoint documented with request/response examples and authentication details.
From Settings → Webhooks, register a URL and select events (stockout_alert, po_received, etc.). InvenPro sends a POST request on every event.
Use the REST API to pull replenishment lists, push stock adjustments, create POs, or read any report — from your own systems or custom apps.
Real scenarios where REST API & Webhooks makes a measurable difference.
Connect InvenPro to your in-house ERP or logistics system via REST API — push stock updates and pull purchase orders in real time.
Subscribe to stockout_alert webhook events and push them to your team's Line or Viber group automatically — without email.
Pull InvenPro KPI and sales data into your own Power BI or Metabase dashboard via API for executive reporting.
See which REST API & Webhooks capabilities are available on Free, Pro, and Enterprise.
| Feature | Free | Pro | Enterprise |
|---|---|---|---|
| REST API access | — | ✓ | ✓ |
| API rate limit (req/hour) | — | ✓ | ✓ |
| Webhook subscriptions | — | ✓ | ✓ |
| Scoped API keys | — | ✓ | ✓ |
| API sandbox environment | — | ✓ | ✓ |
| OAuth 2.0 & custom rate limits | — | — | ✓ |
Start your free account and see it in action in under 5 minutes.