Requirements
The following is required of your web service client:
- Ability to connect using HTTPS
Connecting
The eSign web service is available in two environments: stage and production.
Environment | URL |
---|---|
Stage | https://api.stage.esignonline.net/rest |
Production | https://api.esignonline.net/rest |
Overview
Typical eSign integrations follow the same general workflow: authentication, user management, and session creation. Once a session is created through the API, the user is redirected to the Constellation1 eSign web application for session customization. After a signer has completed signing, Constellation1 eSign will post updates to a client’s endpoint acting as a listener service, notifying the client when documents are available for collection in addition to pushing documents once they are signed. This is simply a high-level description and below is a flow chart of the general workflow.