❮ Back
Core API – Release Notes
1.0.50 – August 2026
- Added
GET /{URL_part}/jobs (Getting orders) to list orders by creation time range, with optional filters (status, source, external_pickup_id, catering) and cursor pagination.
- Added
driver.driver_id to GET /{URL_part}/jobs/{jobId} (Get an order). This is the same external driver identifier as on create/update driver. List orders uses the same driver object.
1.0.49 – August 2026
- Added
merchant_phone and merchant_phone_pin_code to (GET order endpoint, driver response field). Existing phone remains the customer contact number. Use merchant_phone with merchant_phone_pin_code for merchant/partner calls (e.g. Uber Direct).
1.0.48 – June 2026
- Corrected DSP codes returned by
POST /{URL_part}/quotes
1.0.47 – May 2026
Implemented POST /{URL_part}/{quoteId}/accept endpoint
1.0.46 – May 2026
- Quotes —
POST /{URL_part}/quotes creates a quote for the requested delivery. Optional send_dsp_quotes=true in the body returns MultiQuoteResponse (in-house quote plus Primary/Fallback DSP quotes in parallel, with available_quotes and unavailable_quotes). By default (flag omitted or false), the response is the usual single QuoteResponse.
1.0.45 – March 2026
- Added a Release Notes page to the API documentation