Integrations
Learn more
Contact us
Simple Sign International AB
Karlavägen 20
11431 Stockholm, SWEDEN
Phone: +46(0)10 750 09 66
Recommended by iOSXpert Business auf Mac & iPhone GmbH as the 2020 software of choice!
1. Create a free account if you don't already have one and retrieve your access token from the API settings under settings tab.Or you can create account by our API method.
curl 'https://esign.simplesign.io/api/v3/user/registernewuser
-F email=me@mailinator.com'
-F password=test123'
-F full_name=textpress'
-F company=textpress'
2. Create a send contract request from your back end.
curl 'https://esign.simplesign.io/api/v3/request/send
-F recipient_email=Me@yopmail.com'
-u recipient_name=Me'
-u file=test.pdf'
-F visible_name=Business Contract'
3. Create a sign request by passing the link you have given in your mailinator account.
curl 'https://esign.simplesign.io/api/v3/contract/signcontract \
-F signing_link=https://esign.simplesign.io/offer/view/936/57b42ab12a2ab'
1. Create a free account if you don't already have one and retrieve your access token from the API settings under settings tab.
2. Send your first signature request.
curl 'https://esign.simplesign.io/api/v3/request/send \
-F recipient_email=Me@yopmail.com'
-u recipient_name=Me'
-u file=test.pdf'
-F visible_name=Business Contract'
3. Check the status of your contract(use the contract id field returned in step #2).
curl 'https://esign.simplesign.io/v3/request/offerdetails \
-F contract_id=900'
4. Go to your mailinator inbox and follow the instuctions to sign the signature request. After doing so, you can redo step #3 and see the difference.
5. Download the signed document.
curl 'https://esign.simplesign.io/api/v3/request/getcontractpdf \
-F contract_id=900'
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 Simple sign.
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 'https://esign.simplesign.io/api/v3/home/dologin \
-F 'email=user@simplesign.com' \
-F 'password=123456;' \
Simple Sign International AB
Karlavägen 20
11431 Stockholm, SWEDEN
Phone: +46(0)10 750 09 66