GET
/v1/quotes/{quote}/pdfDownload a quote PDF
Retrieves the PDF document for a finalized quote. Use quote to identify the quote and download the resulting binary PDF response. The quote must be finalized before its PDF can be downloaded.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
quotestringrequired
The quote identifier whose finalized PDF to download. Must not exceed 5000 characters.
expandarray<string>optional
Fields to expand while retrieving the quote PDF. Each value must not exceed 5000 characters.
200Returns the finalized quote as a binary PDF document.
defaultError response.
errorobjectrequired
Error handling
quote must identify the finalized quote and must not exceed 5000 characters. Each expand value must not exceed 5000 characters when provided.