Download packet response PDF
GET/v2/packet_responses/:id/download
Download the filled-out packet response as a PDF. You can save it locally using curl, for example:
curl -J -O
--url https://api.app.zentake.com/v2/packet_responses/2535b722-6cac-40a9-9ace-ee62d38d0595/download
--header 'Content-Type: application/json'
--header 'X-API-KEY: <your_api_key>'
--header 'X-API-SECRET: <your_api_secret>'
Request
Responses
- 200
- 401
- 403
- 404