Download all blank Hedge supplemental applications
GET
/broker/forms/supplementals.zip
const url = 'https://api.hedgespecialty.com/api/v1/broker/forms/supplementals.zip';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/forms/supplementals.zip \ --header 'Authorization: Bearer <token>'Returns a ZIP of the original fillable Hedge application PDFs.
Authorizations
Section titled “Authorizations”Responses
Section titled “Responses”All blank Hedge supplementals
Media typeapplication/zip
string format: binary
No supplemental forms available