Download a submission document PDF
GET
/broker/finalized-documents/{document_id}/pdf
const url = 'https://api.hedgespecialty.com/api/v1/broker/finalized-documents/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/pdf';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.hedgespecialty.com/api/v1/broker/finalized-documents/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/pdf \ --header 'Authorization: Bearer <token>'Streams the PDF, brokerage-scoped. Form fields stay editable; widget appearances are baked so filled values render in any viewer.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”document_id
required
string format: uuid
Responses
Section titled “Responses”The PDF bytes
Media typeapplication/pdf
Not found (or not your brokerage’s)
Stored document could not be retrieved