SignplusService service. Click on the method name to view detailed information about that method.
CreateEnvelope
Create new envelope- HTTP Method:
POST - Endpoint:
/envelope
Return Type
Envelope
Example Usage Code Snippet
CreateEnvelopeFromTemplate
Create new envelope from template- HTTP Method:
POST - Endpoint:
/envelope/from_template/{template_id}
Return Type
Envelope
Example Usage Code Snippet
ListEnvelopes
List envelopes- HTTP Method:
POST - Endpoint:
/envelopes
Return Type
ListEnvelopesResponse
Example Usage Code Snippet
GetEnvelope
Get envelope- HTTP Method:
GET - Endpoint:
/envelope/{envelope_id}
Return Type
Envelope
Example Usage Code Snippet
DeleteEnvelope
Delete envelope- HTTP Method:
DELETE - Endpoint:
/envelope/{envelope_id}
Return Type
any
Example Usage Code Snippet
DownloadEnvelopeSignedDocuments
Download signed documents for an envelope- HTTP Method:
GET - Endpoint:
/envelope/{envelope_id}/signed_documents
Return Type
[]byte
Example Usage Code Snippet
DownloadEnvelopeCertificate
Download certificate of completion for an envelope- HTTP Method:
GET - Endpoint:
/envelope/{envelope_id}/certificate
Return Type
[]byte
Example Usage Code Snippet
GetEnvelopeDocument
Get envelope document- HTTP Method:
GET - Endpoint:
/envelope/{envelope_id}/document/{document_id}
Return Type
Document
Example Usage Code Snippet
GetEnvelopeDocuments
Get envelope documents- HTTP Method:
GET - Endpoint:
/envelope/{envelope_id}/documents
Return Type
ListEnvelopeDocumentsResponse
Example Usage Code Snippet
AddEnvelopeDocument
Add envelope document- HTTP Method:
POST - Endpoint:
/envelope/{envelope_id}/document
Return Type
Document
Example Usage Code Snippet
SetEnvelopeDynamicFields
Set envelope dynamic fields- HTTP Method:
PUT - Endpoint:
/envelope/{envelope_id}/dynamic_fields
Return Type
Envelope
Example Usage Code Snippet
AddEnvelopeSigningSteps
Add envelope signing steps- HTTP Method:
POST - Endpoint:
/envelope/{envelope_id}/signing_steps
Return Type
Envelope
Example Usage Code Snippet
SetEnvelopeAttachmentsSettings
Set envelope attachment settings- HTTP Method:
PUT - Endpoint:
/envelope/{envelope_id}/attachments/settings
Return Type
EnvelopeAttachments
Example Usage Code Snippet
SetEnvelopeAttachmentsPlaceholders
Placeholders to be set, completely replacing the existing ones.- HTTP Method:
PUT - Endpoint:
/envelope/{envelope_id}/attachments/placeholders
Return Type
EnvelopeAttachments
Example Usage Code Snippet
GetAttachmentFile
Get envelope attachment file- HTTP Method:
GET - Endpoint:
/envelope/{envelope_id}/attachments/{file_id}
Return Type
[]byte
Example Usage Code Snippet
SendEnvelope
Send envelope for signature- HTTP Method:
POST - Endpoint:
/envelope/{envelope_id}/send
Return Type
Envelope
Example Usage Code Snippet
DuplicateEnvelope
Duplicate envelope- HTTP Method:
POST - Endpoint:
/envelope/{envelope_id}/duplicate
Return Type
Envelope
Example Usage Code Snippet
VoidEnvelope
Void envelope- HTTP Method:
PUT - Endpoint:
/envelope/{envelope_id}/void
Return Type
Envelope
Example Usage Code Snippet
RenameEnvelope
Rename envelope- HTTP Method:
PUT - Endpoint:
/envelope/{envelope_id}/rename
Return Type
Envelope
Example Usage Code Snippet
SetEnvelopeComment
Set envelope comment- HTTP Method:
PUT - Endpoint:
/envelope/{envelope_id}/set_comment
Return Type
Envelope
Example Usage Code Snippet
SetEnvelopeNotification
Set envelope notification- HTTP Method:
PUT - Endpoint:
/envelope/{envelope_id}/set_notification
Return Type
Envelope
Example Usage Code Snippet
SetEnvelopeExpirationDate
Set envelope expiration date- HTTP Method:
PUT - Endpoint:
/envelope/{envelope_id}/set_expiration_date
Return Type
Envelope
Example Usage Code Snippet
SetEnvelopeLegalityLevel
Set envelope legality level- HTTP Method:
PUT - Endpoint:
/envelope/{envelope_id}/set_legality_level
Return Type
Envelope
Example Usage Code Snippet
GetEnvelopeAnnotations
Get envelope annotations- HTTP Method:
GET - Endpoint:
/envelope/{envelope_id}/annotations
Return Type
[]Annotation
Example Usage Code Snippet
GetEnvelopeDocumentAnnotations
Get envelope document annotations- HTTP Method:
GET - Endpoint:
/envelope/{envelope_id}/annotations/{document_id}
Return Type
ListEnvelopeDocumentAnnotationsResponse
Example Usage Code Snippet
AddEnvelopeAnnotation
Add envelope annotation- HTTP Method:
POST - Endpoint:
/envelope/{envelope_id}/annotation
Return Type
Annotation
Example Usage Code Snippet
DeleteEnvelopeAnnotation
Delete envelope annotation- HTTP Method:
DELETE - Endpoint:
/envelope/{envelope_id}/annotation/{annotation_id}
Return Type
any
Example Usage Code Snippet
CreateTemplate
Create new template- HTTP Method:
POST - Endpoint:
/template
Return Type
Template
Example Usage Code Snippet
ListTemplates
List templates- HTTP Method:
POST - Endpoint:
/templates
Return Type
ListTemplatesResponse
Example Usage Code Snippet
GetTemplate
Get template- HTTP Method:
GET - Endpoint:
/template/{template_id}
Return Type
Template
Example Usage Code Snippet
DeleteTemplate
Delete template- HTTP Method:
DELETE - Endpoint:
/template/{template_id}
Return Type
any
Example Usage Code Snippet
DuplicateTemplate
Duplicate template- HTTP Method:
POST - Endpoint:
/template/{template_id}/duplicate
Return Type
Template
Example Usage Code Snippet
AddTemplateDocument
Add template document- HTTP Method:
POST - Endpoint:
/template/{template_id}/document
Return Type
Document
Example Usage Code Snippet
GetTemplateDocument
Get template document- HTTP Method:
GET - Endpoint:
/template/{template_id}/document/{document_id}
Return Type
Document
Example Usage Code Snippet
GetTemplateDocuments
Get template documents- HTTP Method:
GET - Endpoint:
/template/{template_id}/documents
Return Type
ListTemplateDocumentsResponse
Example Usage Code Snippet
AddTemplateSigningSteps
Add template signing steps- HTTP Method:
POST - Endpoint:
/template/{template_id}/signing_steps
Return Type
Template
Example Usage Code Snippet
RenameTemplate
Rename template- HTTP Method:
PUT - Endpoint:
/template/{template_id}/rename
Return Type
Template
Example Usage Code Snippet
SetTemplateComment
Set template comment- HTTP Method:
PUT - Endpoint:
/template/{template_id}/set_comment
Return Type
Template
Example Usage Code Snippet
SetTemplateNotification
Set template notification- HTTP Method:
PUT - Endpoint:
/template/{template_id}/set_notification
Return Type
Template
Example Usage Code Snippet
GetTemplateAnnotations
Get template annotations- HTTP Method:
GET - Endpoint:
/template/{template_id}/annotations
Return Type
ListTemplateAnnotationsResponse
Example Usage Code Snippet
GetDocumentTemplateAnnotations
Get document template annotations- HTTP Method:
GET - Endpoint:
/template/{template_id}/annotations/{document_id}
Return Type
ListTemplateDocumentAnnotationsResponse
Example Usage Code Snippet
AddTemplateAnnotation
Add template annotation- HTTP Method:
POST - Endpoint:
/template/{template_id}/annotation
Return Type
Annotation
Example Usage Code Snippet
DeleteTemplateAnnotation
Delete template annotation- HTTP Method:
DELETE - Endpoint:
/template/{template_id}/annotation/{annotation_id}
Return Type
any
Example Usage Code Snippet
SetTemplateAttachmentsSettings
Set template attachment settings- HTTP Method:
PUT - Endpoint:
/template/{template_id}/attachments/settings
Return Type
EnvelopeAttachments
Example Usage Code Snippet
SetTemplateAttachmentsPlaceholders
Placeholders to be set, completely replacing the existing ones.- HTTP Method:
PUT - Endpoint:
/template/{template_id}/attachments/placeholders
Return Type
EnvelopeAttachments
Example Usage Code Snippet
CreateWebhook
Create webhook- HTTP Method:
POST - Endpoint:
/webhook
Return Type
Webhook
Example Usage Code Snippet
ListWebhooks
List webhooks- HTTP Method:
POST - Endpoint:
/webhooks
Return Type
ListWebhooksResponse
Example Usage Code Snippet
DeleteWebhook
Delete webhook- HTTP Method:
DELETE - Endpoint:
/webhook/{webhook_id}
Return Type
any
Example Usage Code Snippet
Models
Document
PropertiesSetEnvelopeAttachmentsSettingsRequest
PropertiesTemplateSigningStep
PropertiesListEnvelopeDocumentAnnotationsResponse
PropertiesTemplate
PropertiesWebhookEvent
Event of the webhook PropertiesRenameTemplateRequest
PropertiesAnnotationCheckboxStyle
Style of the checkbox PropertiesAnnotationInitials
Initials annotation (null if annotation is not initials) PropertiesAttachmentPlaceholderFile
PropertiesRenameEnvelopeRequest
PropertiesDynamicField
PropertiesSetEnvelopeDynamicFieldsRequest
PropertiesAddEnvelopeSigningStepsRequest
PropertiesEnvelopeFlowType
Flow type of the envelope (REQUEST_SIGNATURE is a request for signature, SIGN_MYSELF is a self-signing flow) PropertiesSetEnvelopeCommentRequest
PropertiesAnnotationText
Text annotation (null if annotation is not a text) PropertiesEnvelope
PropertiesAddTemplateSigningStepsRequest
PropertiesAttachmentPlaceholder
PropertiesCreateEnvelopeRequest
PropertiesTemplateRecipientRole
Role of the recipient (SIGNER signs the document, RECEIVES_COPY receives a copy of the document, IN_PERSON_SIGNER signs the document in person, SENDER sends the document) PropertiesListWebhooksRequest
PropertiesAnnotationDateTimeFormat
Format of the date time (DMY_NUMERIC_SLASH is day/month/year with slashes, MDY_NUMERIC_SLASH is month/day/year with slashes, YMD_NUMERIC_SLASH is year/month/day with slashes, DMY_NUMERIC_DASH_SHORT is day/month/year with dashes, DMY_NUMERIC_DASH is day/month/year with dashes, YMD_NUMERIC_DASH is year/month/day with dashes, MDY_TEXT_DASH_SHORT is month/day/year with dashes, MDY_TEXT_SPACE_SHORT is month/day/year with spaces, MDY_TEXT_SPACE is month/day/year with spaces) PropertiesListTemplateDocumentAnnotationsResponse
PropertiesAnnotationFontFamily
Font family of the text PropertiesCreateTemplateRequest
PropertiesAddTemplateDocumentRequest
PropertiesSetEnvelopeExpirationRequest
PropertiesSetEnvelopeLegalityLevelRequest
PropertiesListTemplatesResponse
PropertiesSetTemplateCommentRequest
PropertiesListEnvelopesResponse
PropertiesListTemplatesRequest
PropertiesAnnotationFont
PropertiesAnnotationType
Type of the annotation PropertiesListWebhooksResponse
PropertiesWebhook
PropertiesCreateEnvelopeFromTemplateRequest
PropertiesRecipientRole
Role of the recipient (SIGNER signs the document, RECEIVES_COPY receives a copy of the document, IN_PERSON_SIGNER signs the document in person, SENDER sends the document) PropertiesEnvelopeLegalityLevel
Legal level of the envelope (SES is Simple Electronic Signature, QES_EIDAS is Qualified Electronic Signature, QES_ZERTES is Qualified Electronic Signature with Zertes) PropertiesListTemplateDocumentsResponse
PropertiesTemplateRecipient
PropertiesRecipientVerification
PropertiesListTemplateAnnotationsResponse
PropertiesSetEnvelopeAttachmentsPlaceholdersRequest
PropertiesAttachmentPlaceholderRequest
PropertiesAnnotation
PropertiesListEnvelopeDocumentsResponse
PropertiesCreateWebhookRequest
PropertiesPage
PropertiesRecipient
PropertiesEnvelopeOrderField
Field to order envelopes by PropertiesAttachmentPlaceholdersPerRecipient
PropertiesEnvelopeAttachments
PropertiesSigningStep
PropertiesEnvelopeStatus
Status of the envelope PropertiesListEnvelopesRequest
PropertiesRecipientVerificationType
Type of verification the recipient must complete before accessing the envelope. -PASSCODE: requires a code to be entered. - SMS: sends a code via SMS. - ID_VERIFICATION: prompts the recipient to complete an automated ID and selfie check.
Properties