Download document
GET/restapi/v2.1/accounts/:accountId/envelopes/:envelopeId/documents/:documentId
Download a specific document from an envelope. Returns the document as binary PDF content.
Regular numeric document IDs (e.g., "1", "2") are resolved to actual source documents by order.
Special documentId values:
combined- Downloads all signed documents merged with the audit certificate as a single PDF (only available for completed envelopes).certificate- Downloads Certificate of Completion (not yet implemented, returns 501).archive- Downloads complete envelope archive (not yet implemented, returns 501).
Request
Responses
- 200
- 404
- 501
Document file
Document or envelope not found
Special document IDs (certificate, archive) not yet implemented