Phase 7 Complete • Sprint 60: Public REST API
⚡ VEXA Developer Platform & REST API
Build custom ERP integrations, third-party apps, and automated workflows. Includes OAuth 2.0, rate limiting, HMAC webhooks, Python & Node.js SDKs.
Base URL
https://api.vexa.ai/v1
OAuth 2.0 Client Applications
Manage Client IDs & Client Secrets for custom ERPs, scripts, and third-party appsInventory Sync Pro
Redirect URI: https://myapp.io/callback
Client ID
vx_client_inv_8819
Client Secret
vx_secret_inv_9918273645
read:productswrite:productsread:inventory
Custom ERP Connector
Redirect URI: https://erp.internal.com/oauth/vexa
Client ID
vx_client_erp_7712
Client Secret
vx_secret_erp_1182739485
read:productswrite:ordersread:analyticswrite:webhooks
Real-Time Webhooks Engine
Receive HTTP POST webhooks signed with cryptographic X-VEXA-Signature HMAC-SHA256 headers.
| Endpoint URL | Subscribed Events | HMAC Secret | Actions |
|---|---|---|---|
| https://myapp.io/webhooks/vexa | order.createdorder.fulfilledinventory.low | whsec_9918273645... |
Live API Request Audit History
| Method | Endpoint | Client ID | Latency | Time | Status |
|---|---|---|---|---|---|
| GET | /v1/products | vx_client_inv_8819 | 42 ms | 2 minutes ago | 200 OK |
| POST | /v1/orders/ord_88192/fulfill | vx_client_erp_7712 | 88 ms | 15 minutes ago | 200 OK |
| POST | /v1/webhooks | vx_client_inv_8819 | 35 ms | 1 hour ago | 201 OK |