File Manager
In order to create a new signature request, you must call to the file manager endpoint to upload the files for signature which are to be included in the new signature request.
Once a file is uploaded, it will return the url you must include in the Signature Request
https://dmsworkspace-gateway-backend-int.dmsworkspace.com/DMSWORKSPACE-ESIGNATURE-BACKEND/v1
post
Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
Available scopes:
- : OpenID Connect scope for add user roles to the access token
Query parameters
pathstringRequired
actionstring · enumRequiredPossible values:
Body
filestring · binaryRequired
Responses
200
OK
application/json
Responsestring
400
Bad Request
*/*
401
Unauthorized
*/*
404
Not Found
*/*
post
/v1/file-manager/uploadLast updated