Download the signed PDF
GET
/document/download/
const url = 'https://app.qsig.in/backend/othercompanyapi/document/download/';const options = {method: 'GET', headers: {'X-Api-Key': '<X-Api-Key>'}};
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://app.qsig.in/backend/othercompanyapi/document/download/ \ --header 'X-Api-Key: <X-Api-Key>'Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Signed document