Added
API Changelog 7.12.0
December 5th, 2025
Added
- Document settings now support qualified electronic signature (QES). You can retrieve the current QES setting when getting document settings and enable or update it when updating document settings, giving you programmatic control over whether documents require a qualified electronic signature.
GET /public/v2/documents/{document_id}/settings
- added the required property 'qualified_electronic_signature' to the response with the '200' status
PATCH /public/v2/documents/{document_id}/settings
- added the new optional request property 'qualified_electronic_signature'
- added the required property 'qualified_electronic_signature' to the response with the '200' status
