Removed
Removed `GET /v1/quotations/{quoteId}` from the reference
23 days ago by ReadMe API
What's new — GET /v1/quotations/{quoteId} has been removed from the API reference. The endpoint was previously documented but not implemented; calling it returned 404.
Impact — None for live integrations (the endpoint never returned a real response). If you relied on the documented contract, treat this as a removal.
Upgrade — Persist the quote_id and quote_expires_at returned by POST /v1/quotations (or by the preview endpoints when called with create_quote: true) instead of re-fetching the quote.
Reference — POST /v1/quotations
