Removed

Removed `GET /v1/quotations/{quoteId}` from the reference

What's newGET /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.

ReferencePOST /v1/quotations