Network · API & integration
API & integration

Connect your dispatch
in a few calls.

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.

Two ways to connect

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.

Core endpoints

POST/v1/orders
POST/v1/availability
GET/v1/switches/{id}
GET/v1/settlement

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
}

Put your idle capacity to work

Join the fleets already switching overflow across Kuwait. Onboarding takes a day, not a quarter.

Join the network See pricing