Changelog
16th September 2025
v2.5.0
Introducing Attachment RequestsWe have launched a new feature that allows you to request your recipients to upload files while signing their documents.Added 5 new endpoints
  • Set Envelope Attachments Placeholders
    PUT /v2/envelope/{envelope_id}/attachments/placeholders
  • Set Template Attachments Placeholders
    PUT /v2/template/{template_id}/attachments/placeholders
  • Set Envelope Attachments Settings
    PUT /v2/envelope/{envelope_id}/attachments/settings
  • Set Template Attachments Settings
    PUT /v2/template/{template_id}/attachments/settings
  • Download Envelope attachment files
    GET /v2/envelope/{envelope_id}/attachments/{file_id}
2nd July 2025
v2.3.0
Introducing ID verificationAdded a new recipient verification method, ID_VERIFICATION, allowing for an automated ID and selfie check before the recipient can access the envelope. The value parameter must be left empty when using ID_VERIFICATION; existing rules for PASSCODE and SMS remain unchanged.
29th January 2025
v2.2.0
Introducing real-time audit trails using webhooksWe’ve released a new webhook event called “ENVELOPE_AUDIT_TRAIL” that lets you track recipient actions in real-time, such as when an envelope is signed, viewed, or declined by a specific recipient
15th January 2025
v2.1.0
Added 2 new endpoints
  • Download certificate of completion
    GET /v2/envelope/{envelope_id}/certificate
  • Download envelope content
    GET /v2/envelope/{envelope_id}/signed_documents
21st August 2024
v2.0.0
Introducing Sign.Plus version 2.0Enabling developers to integrate eSignature functionalities to their own workflow.