Endpoints
220+ IRequest controllers
Each plugin (19 plugins) exposes 5 to 25 atomic controllers.
Every business plugin exposes its functions via a single /Helper endpoint. 220+ documented IRequest controllers, ready for ERP / CRM / BI integration.
Each plugin (19 plugins) exposes 5 to 25 atomic controllers.
Pattern /Helper?frm=Controller&task=action. No API versioning.
Responses {success, total, rows: [...]}. Native pagination.
Official SDK for Node/React Native with auto-injected auth.
Published Docusaurus 3.8 docs — one schema per controller.
Long-lived tokens for machine-to-machine integrations.
Each controller implements the IRequest interface and is routed via the Helper servlet:
// Exemple
GET /Helper?frm=GetVehiclesSimple&acc_token=...&acc_id=...
→ {"success":true, "total":42, "rows":[{...}]}
// SDK TypeScript
const sdk = new MalambiSDK({ token, userId });
const vehicles = await sdk.locateGroups.getVehicles();
| Endpoint | /Helper |
| Auth | acc_token + acc_id + acc_sid |
| Format | ExtJS JSON |
| Pagination | start + limit |
| Tri | sort + dir (whitelisted SQL) |
| Doc | docs.malambi.net (Docusaurus) |
Bundled with FleetMan — activation is instant. Contact your account manager or start a free trial.