Skip to main content
GET
/
submission
/
{displayId}
/
{transactionId}
/
documents
/
{type}
Download Document
curl --request GET \
  --url https://app.coverwhale.com/api/v1/submission/{displayId}/{transactionId}/documents/{type} \
  --header 'AccessToken: <api-key>'

Authorizations

AccessToken
string
header
required

AWS Cognito access token obtained from the /authentication endpoint. Token expires after 3600 seconds.

Headers

AccessToken
string
required

Path Parameters

displayId
string
required
transactionId
integer
required
type
enum<string>
required

Document type

Available options:
quote,
binder,
binder_al,
binder_apd,
binder_mtc,
binder_tgl,
binder_ntl,
policy_al,
policy_apd,
policy_mtc,
policy_tgl,
policy_ntl,
certificate,
invoice

Response

PDF document stream