partner-api

Upload a PDF to a quote

Attach a PDF file to an existing partner quote.

post/api/partner/quotes/{quote_id}/upload-pdf

Path parameters

quote_idstring required

Response

Successful Response

successboolean

Example response

{
  "success": true,
  "data": {
    "pdf_file_url": "https://storage.riskcube.com/partner-quotes/.../quote.pdf"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.