Fair API Pricing
No Surprise Fees
Secure Your Document Distribution and Management with a Signority API Plan
Home
Getting Started
API Reference
Use Cases
Frequently Asked Questions
Use Cases
Our API boasts versatile uses whether that be as a backend application to manage the signing process or integrating our editor UI to have a smooth signing workflow.
1. Integrate with Signority’s UI to Handle Workflow
- Login to Signority
- Login using either username and password or using an API Key
- Create a new Document/Template
- Create a new Document/Template for the user’s files
- Add Files
- Add the files that should be signed to the Document/Template that was created above
- Integrate with Signority’s Editor to add Tags and modify document/template settings
- Add/Modify tags on the files and their settings. See Sample Code for more details on how to access this
- Send to recipients
- Select the emails of signers to send the Document/Template to and send it out for signing
- Access the signed documents (After completed signing process)
- After a document has completed it’s signing process, the user way download it in one of 4 ways.
- File containing just the signed document
- Make a GET request to https://sign.signority.com/api/v1/documents/{docID}/download?content=esign
- File containing just the audit portion of the signed document
- Make a GET request to https://sign.signority.com/api/v1/documents/{docID}/download?content=audit
- File containing the signed document with the audit history
- Make a GET request to https://sign.signority.com/api/v1/documents/{docID}/download?content=esignwithaudit
- A zipped folder containing all three of the above files
- Make a GET request to https://sign.signority.com/api/v1/documents/{docID}/download
- File containing just the signed document
- After a document has completed it’s signing process, the user way download it in one of 4 ways.
- Purge document from Signority Systems (Optional)
- To delete documents permanently from Signority servers, send a DELETE request to: https://sign.signority.com/api/v1/documents//array/purgeall
2. Signority Backend Workflow
Note: For this use case, the UI for the Document/Template creation as well as setting up tags is not done through our API
- Login to Signority
- Login using either username and password or by API Key
- Upload documents with the tags and send them to recipients
- Make one large request to upload the file, set recipients, add tags and send out to a list of signers
- Access the documents
- After a document has completed it’s signing process, the user way download it in one of 4 ways.
- File containing just the signed document
- Make a GET request to https://sign.signority.com/api/v1/documents/{docID}/download?content=esign
- File containing just the audit portion of the signed document
- Make a GET request to https://sign.signority.com/api/v1/documents/{docID}/download?content=audit
- File containing the signed document with the audit history
- Make a GET request to https://sign.signority.com/api/v1/documents/{docID}/download?content=esignwithaudit
- A zipped folder containing all three of the above files
- Make a GET request to https://sign.signority.com/api/v1/documents/{docID}/download
- File containing just the signed document
- After a document has completed it’s signing process, the user way download it in one of 4 ways.
- Purge document from Signority Systems (Optional)
- To delete documents permanently from Signority servers, send a DELETE request to: https://sign.signority.com/api/v1/documents//array/purgeall