Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics

Below are the step we use for hand drawn signature capture using api

I was able to sign a document when a signer is assigned to a signbox using API.
But the same users sign is not possible when the singer belongs to a group.

How to get the relation ship between sub accounts through get api

Can we remove "sandbox" watermark when we download individual files from sandbox environment

I have access to three Sub Account.
I can create package inside any of the sub accounts in UI.

Replies Created

Reply to: Internal Server Error While Uploading Document in Python Rest

0 votes

headers = {

 

    'Authorization': 'Bearer {}'.format(token["accessToken"]),

}


 

files = {    

    'file':  open('sample.pdf', 'rb'),

    'payload':  '{"name":"NDA Document"}'

}

 

package_id = "*****="

url = "https://sandbox.esignlive.com/api/packages/{}/documents".format(package_id)

response = requests.post(url, headers=headers, files=files)

print(response.text)



This worked, 

Removed 
'Content-Type': 'multipart/form-data', 

in header


Reply to: Group Signing using APIS

0 votes

Thanks for your reply

We have a integration with one span sign to sign the document on click (through automation - bulk sign for similar transactions).
Any one of multiple signer can sign the document and transaction will be completed.
we have used groups to facilitate this current workflow.


Subscriptions

Topics Replies Freshness Views Users

Below are the step we use for hand drawn signature capture using api

1 3 months 2 weeks ago 33
Profile picture for user Duo_Liang

I was able to sign a document when a signer is assigned to a signbox using API.
But the same users sign is not possible when the singer belongs to a group.

3 5 months ago 65
Profile picture for user Duo_Liang

How to get the relation ship between sub accounts through get api

1 1 year 4 months ago 33
Profile picture for user Duo_Liang

Can we remove "sandbox" watermark when we download individual files from sandbox environment

0 1 year 6 months ago 56

I have access to three Sub Account.
I can create package inside any of the sub accounts in UI.

2 2 years 5 months ago 138
Profile picture for user Duo_Liang

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.