Quotes
Download quote file
Download a file (attachment or manually signed file) attached to an existing quote.
GET
/
v1
/
quotes
/
{quoteId}
/
files
/
{id}
/
download
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
quoteId
string
requiredid
string
requiredResponse
200 - application/pdf
The response is of type file
.
Was this page helpful?