Export a submission as PDF
Forms API
Export a submission as PDF
Exports a single submission as a PDF attachment (filename form_data.pdf). For signable forms, the PDF includes the respondent’s signature images.
GET
Export a submission as PDF
Authorizations
Paubox API key sent as Authorization: Bearer YOUR_API_KEY. API keys are created in the Paubox dashboard and must have the "forms" scope; a key without the forms scope receives 401 Unauthorized. A valid key used against a resource that belongs to a different customer receives 403 Forbidden.
Path Parameters
UUID of the form
UUID of the submission to export
Response
PDF file with the submission
The response is of type file.