GrabExpress Delivery API
Commercialby Grab
On-demand and same-day delivery API from Grab, letting merchants create, quote and track GrabExpress deliveries in Singapore and across SEA. Part of the wider Grab developer platform (deliveries, moca payments, partner integrations).
How to authenticate
- 1Register as a Grab partner at developer.grab.com and request GrabExpress API access (business review applies).
- 2Receive client_id and client_secret for the sandbox.
- 3Get a token via OAuth 2.0 client_credentials against the Grab token endpoint.
- 4Quote first (POST /deliveries/quotes), then create the delivery with the quoted payload.
- 5Move to production keys after Grab approves your integration.
Example request
curl -X POST 'https://partner-api.grab.com/grab-express/v1/deliveries/quotes' -H 'Authorization: Bearer TOKEN' -H 'Content-Type: application/json' -d '{"origin":{"address":"1 Raffles Place"},"destination":{"address":"81 Ubi Ave 4"},"packages":[{"weight":1}]}'Example response
{"quotes":[{"service":{"type":"INSTANT"},"amount":13.5,"currency":{"code":"SGD"}}]}Notes for AI agents
Partner approval is required before you can even use the sandbox meaningfully. Quotes expire quickly; create the delivery promptly after quoting.
Machine-readable version: /api/apis/grab-express
Related APIs
EasyParcel API
EasyParcel
Shipping aggregator API that quotes and books across multiple couriers in Singapore (and MY/TH/ID) in one integration, with prepaid credit billing. Good fit for SMEs comparing courier rates programmatically.
Lalamove API
Lalamove
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.
Ninja Van API
Ninja Van
Singapore-headquartered SEA logistics network with APIs for creating orders, generating waybills, tracking parcels and receiving webhook events. Standard choice for e-commerce parcel delivery in SG.