Developers
Build on Wuber
Full REST API with webhook support. Integrate your ERP, WMS, or custom mobile apps in hours.
API Keys
Generate per-workspace API keys with scoped permissions.
REST API
Standard JSON REST API. Authenticate with Bearer tokens.
Webhooks
Receive real-time events for trips, payments, and drivers.
SDKs
JavaScript and Python SDKs coming soon.
API Reference
Base URL: https://your-tenant.wuber.com.ng/api/v2
POST
/api/v2/auth/loginAuthenticate and receive a Bearer tokenGET
/api/v2/tripsList all trips for the tenantPOST
/api/v2/tripsCreate a new tripGET
/api/v2/trips/{id}Get a single trip by IDPATCH
/api/v2/trips/{id}Update trip status or detailsGET
/api/v2/driversList all driversPOST
/api/v2/driversOnboard a new driverGET
/api/v2/customersList all customersGET
/api/v2/analytics/overviewGet operational analytics snapshotGET
/api/v2/wallets/balanceGet current wallet balanceWebhooks
All webhooks are signed with HMAC-SHA256. Verify the X-Wuber-Signature header on every request.
trip.createdFired when a new trip is createdtrip.assignedFired when a driver is assigned to a triptrip.completedFired when a trip is marked completetrip.cancelledFired when a trip is cancelledpayment.receivedFired when a payment is confirmeddriver.onlineFired when a driver goes online