Have users sign documents on your website.
Have users sign documents on Simplesign.io We notify the signer via email and collect their eSignature on Simplesign.
Our API primarily uses basic authentication to identify users when processing requests. Authentication data is securely encrypted using SSL.
Basic Authentication
Use your email and password to get the access token. You can also get the access token from the API settings under settings tab
curl '//esign.simplesign.io/api/v2/home/dologin \
-F 'email=user@simplesign.com' \
-F 'password=123456;' \