{
  "id": "af839488-2627-433a-9133-4cb187d7cb93",
  "slug": "lalamove",
  "name": "Lalamove API",
  "provider": "Lalamove",
  "category_slug": "logistics",
  "description": "On-demand delivery API for motorcycles, cars, vans and lorries in Singapore: get quotes, place orders, track drivers and receive webhooks. Self-serve sandbox makes it the easiest SG courier API to start with.",
  "base_url": "https://rest.lalamove.com",
  "docs_url": "https://developers.lalamove.com",
  "openapi_url": null,
  "auth_type": "api_key",
  "auth_guide": [
    "Sign up at developers.lalamove.com for a sandbox account (self-serve).",
    "Copy your API key and secret from the dashboard.",
    "Sign each request: HMAC-SHA256 over timestamp, method, path and body, sent as Authorization: hmac KEY:TIMESTAMP:SIGNATURE.",
    "Set the Market header to SG.",
    "Apply for production keys once your flows work in sandbox."
  ],
  "pricing": "contact",
  "rate_limit": null,
  "example_request": "curl -X POST 'https://rest.sandbox.lalamove.com/v3/quotations' -H 'Authorization: hmac KEY:TS:SIG' -H 'Market: SG' -H 'Content-Type: application/json' -d '{\"data\":{\"serviceType\":\"MOTORCYCLE\",\"stops\":[{\"address\":\"1 Raffles Place\"},{\"address\":\"81 Ubi Ave 4\"}]}}'",
  "example_response_snippet": "{\"data\":{\"quotationId\":\"18500...\",\"priceBreakdown\":{\"total\":\"9.40\",\"currency\":\"SGD\"},\"expiresAt\":\"...\"}}",
  "agent_notes": "The HMAC signature format trips everyone; the raw string is TIMESTAMP\\r\\nMETHOD\\r\\nPATH\\r\\n\\r\\nBODY. Quotations expire in 5 minutes, place the order with the quotationId before then.",
  "status": "live",
  "tags": [
    "lalamove",
    "courier",
    "on-demand",
    "logistics"
  ],
  "sg_official": false,
  "created_at": "2026-07-05T08:44:12.369Z",
  "updated_at": "2026-07-05T09:15:27.040Z",
  "page_url": "https://singaporeapi.com/apis/lalamove"
}