Search car rental solutions (SSE stream)

Initiate a car rental search and stream normalised solutions back as Server-Sent Events. Each data: event is a JSON-encoded car solution object whose id is a canonical Mercury UUID (see POST /v1/cars/fares). The stream ends with event: done.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

POST body for /v1/cars/search.

pickupLocation
object
required

Pickup location details.

CarLocation | null

Dropoff location. Defaults to pickup when absent.

integer
required
18 to 90

Driver's age (18-90).

string
required

IANA timezone for the destination (e.g. Europe/Rome).

Responses

401

Missing or invalid authentication

422

Invalid search parameters

503

Car search provider unavailable

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here!