Download Document
Download a document as a PDF or a Zip file.
- Overview
-
Download a document as a single PDF. Contracts can have more than one document, using the download as Zip will combine all the final signed documents as a signle Zip file.
- End Point
-
https://goodsign.io/api/download/:uuid
https://goodsign.io/api/downloadzip/:uuid
- Method
- GET
- Authentication
- Bearer your_api_token
- Parameters
-
-
UUID required
-
- Response
-
Content-type: application/octet-stream (this will be your PDF) or for zip Content-Transfer-Encoding: binary Content-type: application/octet-stream
-
Working Curl Request
Remove the (opt) from a parameter to use it -
curl --url https://goodsign.io/api/download/ \ --header 'authorization: Bearer YOUR_API_TOKEN' \ -F '(opt)slient=true' \