Changelog
This changelog lists all additions and updates to the Lumin API.
February 01, 2026
Added
- Add
templatemethod to Create Document endpoint, allowing document creation from PDF templates (template IDs withpdf_prefix). - Add documents for OAuth 2.0 authorization flow.
January 20, 2026
Added
- Add Send Signature Request from Template endpoint to create signature requests from templates.
- Add Create Agreement endpoint to create AgreementGen documents from templates.
- Add Get Agreement File endpoint to download AgreementGen documents.
January 19, 2026
Added
- Add Send Reminder Emails endpoint to send reminder emails to signers who haven't signed yet.
January 07, 2026
Added
- Add Update Signature Request endpoint to update the due date of existing signature requests.
- Add Get Template Details endpoint to retrieve template information including signer roles, tags, and fields.
- Add Create Document endpoint to create documents from file upload.
- Add Get Workspace Information endpoint to retrieve Workspace details.
- Add Get Workspace Members endpoint to list members in a Workspace.
- Add
signature_request_due_date_updatedevent to Signature Request Events.
October 10, 2025
Added
- Add Get Signature Request File endpoint with support for multiple file types:
agreement— The completed/signed agreement PDFcoc— The Certificate of Completion PDFmerged— A single PDF combining agreement and CoC
September 08, 2025
Added
- Add List Templates endpoint.
- Add Generate Document from Template endpoint.
- Add Create PDF from Template walkthrough.
July 28, 2024
Added
- Add
custom_emailparameter to Send Signature Request to send a custom email to the signer.
April 03, 2024
Added
- Add Cancel Signature Request endpoint.
- Add
signature_request_canceledandsignature_request_cancel_failedevents to Signature Request Events.
February 26, 2024
Added
- Add Download File as File URL endpoint.
- Add Download File endpoint.
January 10, 2024
To enhance the flexibility of the Signature Request process, two new parameters have been introduced:
signing_type: This parameter allows you to specify the signing order for the Signature Request. It accepts two possible values:
SAME_TIME: All signers can sign the document simultaneously.ORDER: Signers must sign the document in a specified order.
group: When thesigning_typeis set toORDER, you must use the group parameter to specify the group of signers who need to sign in the defined order.
For more information, see Send Signature Request.
December 19, 2023
Added
- Add
signature_request_createdandsignature_request_invalidevents to Signature Request Events.
December 6, 2023
Added
- Add webhook support for signature request events. For more information about supported events, see Signature Request Events.
For more information about events and callbacks, see Events.
November 8, 2023
Added
- Add
use_text_tagsparameter to Send Signature Request to enable text tags in the document. For more information, see Text Tags.
To begin and end a tag, use square brackets [ ] in your document. Within the square brackets, use the pipe character | to divide the parts of the tag. The first part of the tag is the type. The second part indicates if it is required or not. The third part indicates which signer in the list of signers needs to complete the field. The last two parts are optional and are for setting a label and unique ID
ex: [text|noreq|signer1|Label|UniqueId]
Fixed
- Some minor issues related to signers list and signer name in signature request.
October 26, 2023
Added
- Create API Key from Developer Settings page. For more information, see Authentication.
- Add Send Signature Request endpoint.
- Add Get Signature Request endpoint.
- Add Get User Info endpoint.