🚗 Hiring Now India's #1 Platform for Mobility & Delivery Gig Workers
Get Started →
REST API · Webhook · Real-Time

Integrate Limo Jobs
into your platform.

Pull verified worker supply directly into your onboarding flow. Real-time worker availability, KYC status, zone mapping, and retention data — all via a clean REST API.

// Request verified workers for your zone
const response = await fetch(
  'https://api.limojobs.in/v1/supply', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    zone: 'andheri_west',
    city: 'mumbai',
    worker_type: 'delivery_rider',
    count: 50,
    platform: 'blinkit'
  })
});

// Response: 50 pre-verified riders in 200ms
API Endpoints

Everything you need.

GET/v1/supply/availabilityReal-time worker availability by city, zone, and type
POST/v1/supply/requestSubmit a supply request with zone, volume, and platform spec
GET/v1/workers/{id}/kycGet full KYC status and document verification for a worker
GET/v1/workers/{id}/trainingCheck platform training completion and certification status
POST/v1/webhooks/registerRegister webhooks for worker status changes and supply updates
GET/v1/analytics/retentionGet 30/60/90-day retention metrics for your deployed workers
DEL/v1/workers/{id}/offboardTrigger offboarding workflow for a worker from your platform
⚡ Platform API

Start integrating in minutes.

Get your API key, explore the docs, and pull verified worker supply directly into your platform — no sales call required.