Signature

Sign Document Request

If you are a recipient of a signature request, you will be notified via email and given the opportunity to sign the document digitally. It is necessary for the signer to have a DMS Workspace account which will be sent along with the signature request in order to complete the signing process and protect the data to be signed. There are 3 ways to sign a document as a recipient:

  1. Follow the link in the notification email to access the document and sign it directly from your email inbox.

  2. Log in to the DMS Workspace E-Signature application and sign the document from there.

  3. By calling our API. Bellow you can find information about it.

https://dmsworkspace-gateway-backend-int.dmsworkspace.com/DMSWORKSPACE-ESIGNATURE-BACKEND/v1

post

Sign Document

Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
Available scopes:
  • : OpenID Connect scope for add user roles to the access token
Path parameters
documentSignRequestIdstring · uuidRequired
recipientIdstring · uuidRequired
fileRequestIdstring · uuidRequired
Query parameters
ipstringRequired
Body
filestring · binaryOptional
Responses
post
/v1/signatures/sign/request/{documentSignRequestId}/recipient/{recipientId}/file/{fileRequestId}

Reject Signature Document Request

The signer or the signer’s admin can decline the signature request document if they do not wish to sign it. When a document is shared with multiple recipients and one signer declines, it will also prevent other recipients from proceeding with the signing process. Therefore, it is important to carefully consider your decision before declining a document.

https://dmsworkspace-gateway-backend-int.dmsworkspace.com/DMSWORKSPACE-ESIGNATURE-BACKEND/v1

post

Reject Signature

Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
Available scopes:
  • : OpenID Connect scope for add user roles to the access token
Path parameters
documentSignRequestIdstring · uuidRequired
recipientIdstring · uuidRequired
fileRequestIdstring · uuidRequired
Query parameters
ipstringRequired
Responses
post
/v1/signatures/reject/request/{documentSignRequestId}/recipient/{recipientId}/file/{fileRequestId}

Last updated