Already have a dispatch system? Push orders and receive switch events through the MASAR API. Prefer turnkey? Use the MASAR driver app and skip integration entirely.
Turnkey — onboard your drivers onto the MASAR driver app. Zero integration; switched orders appear directly in-app.
API — keep your own dispatch and connect over REST. Push capacity, receive switch assignments, and reconcile settlement programmatically.
Token auth, JSON over HTTPS, webhook events for switch + delivery status.
# Push an order to the network curl -X POST https://api.joinmasar.tech/v1/orders \ -H "Authorization: Bearer $TOKEN" \ -d '{ "zone": "Salmiya", "value": 2.500, "pickup": "Restaurant A", "allow_switch": true }' # → MASAR responds with assignment { "order_id": "ord_8f2a", "status": "switched", "fulfilling_fleet": "Sahab", "fee_pct": 15 }
Join the fleets already switching overflow across Kuwait. Onboarding takes a day, not a quarter.