GET
/
v1
/
quotes
/
{quoteId}
/
files
/
{id}
/
download
curl --request GET \
  --url https://api.hyperline.co/v1/quotes/{quoteId}/files/{id}/download \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

quoteId
string
required
id
string
required

Response

200 - application/pdf

The response is of type string.