Does DocuSign provide REST API to integrate with our enterprise application - docusignapi

Can anybody please let me know if DocuSign provides access to its API(REST or otherwise) for consumption in our Enterprise Application. We have a project requirement for signing the documents via DocuSign using its API's support if any.
Need to understand if that is feasible or not.
Thanks in Advance!
Atul

Yes, DocuSign has a publicly exposed REST API that allows you send and sign documents.
API Guides are available on the Developer Center: https://developers.docusign.com/esign-rest-api/guides
as is the full API spec: https://developers.docusign.com/esign-rest-api/reference

Related

Automating the process of creating and configuring a new DocuSign developer account via API

Right now I'm exploring potential options for automating the process of creating and configuring new DocuSign developer accounts via API calls, as this would allow my team to greatly reduce the work needed to setup and configure these accounts manually. I can't find any information in the current DocuSign API documentation that would allow for this, and the only question I could find online was Is it possible to create a DocuSign developer account via REST calls? from 2019.
Is it possible to create new developer accounts via an API? The POST requests utilized by the UI don't look to be designed in a way that would easily allow for this.
There's an endpoint in the eSignature API called Accounts:Create that enables creating new accounts.
However, it's important to note this:
This method is restricted to partner integrations. You must work with DocuSign Professional Services or DocuSign Business Development, who will provide you with the Distributor Code and Distributor Password that you need to include in the request body.

Use Docusign UI with Basic API plan

Is the option to embed the Docusign UI is available under the Basic API plan as detailed in the below link?
https://developers.docusign.com/docs/esign-rest-api/how-to/embed-ui/
We don't need embedded signing but want to use the UI to prep and send the docs for e-signature.
Yes, it is. Basic API plan gives you many of the eSignature features and embedded UI is possible if you can make API calls.

DocuSign Api signing control placement

I need to integrate docusign into our portal.Our users will come to our portal and
then upload documents and using DocuSign API we need to sign docs. I was able to
get it working embedded. Now the problem is the placement of signing controls
(Where the signature should appear in the docs)
Can I upload the documents to DocuSign portal straight and then using API
sign it from my portal? The idea is that the envelope creator can place all
the signature using the nice interface in DocuSign...Would this be possible?
Or is there a way I can integrate the placement of signing controls part
on my portal using DocuSign?
Any thoughts would be greatly appreciated.
thanks
Yes, you can do that.
Check out this code example on the DocuSign Developer Center:
https://developers.docusign.com/esign-rest-api/code-examples/code-example-embedded-sending
If you told me which code lang you use - I can put some code in here too.

DocuSign API - I want API for Reports

I am using DocuSign Open API'S to generate a report. Can anyone suggest which API I should use, if any?
I have tried to execute the API from DocuSign but a report API is not available.
Thanks in advance.
DocuSign does not have an API that allows you to access the web console's Reporting function.
Depending on what you're looking for, you can pull data from the Envelopes API.
DocuSign is developing a Data Feed API that will allow much more in-depth access to information. Data Feed is currently in limited, early access - I would recommend reaching out to your Account Manager or the Sales team if that is of interest to you.
Tirnuagari, these APIs are not yet public, but we hope to make them public soon. I can't promise an exact time frame, but I'll update this thread when I hear something from the team working on this. Thanks for your patience!

How can i integrate DocuSign with Sharepoint?

we want to send documents from share point through DocuSign. Is there any simple solution for integration between DocuSign and Share Point?
Yes you can. DocuSign has their own DocuSign for SharePoint product but it's all built on publicly available API. https://www.docusign.com/solutions/microsoft

Resources