Search car fares (SSE stream)

Fetch fares for a specific car solution and stream them as Server-Sent Events. Requires a Mercury UUID for searchSolutionId (the value emitted as id by POST /v1/cars/search); unknown or expired identifiers return 410 OFFER_EXPIRED.

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

POST body for /v1/cars/fares.

string
required
length ≥ 1

Mercury UUID for the search solution (the id field of a CarSearchResult emitted by POST /v1/cars/search).

SHA-256 solution key for lineage tracking.

Responses

401

Missing or invalid authentication

410

Search solution expired; refresh search

422

Invalid fare search parameters

503

Car fare provider unavailable

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