Questions tagged [docusignapi]

This tag can be used for programming related questions which may involve implementation of DocuSign technologies. Questions that do not involve programming are not on-topic. DocuSign System of Agreement products include eSignature, Click, Notary, CLM (contract lifecycle management), Rooms, and more.

This tag is for questions and knowledge sharing surrounding the use of DocuSign's REST or SOAP APIs. DocuSign's APIs can be integrated into any website, app, or embedded system that can make HTTP requests.

Main Resource: DocuSign Developer Center

Language-specific libraries: DocuSign GitHub Repository

Common tasks you can accomplish with the DocuSign APIs:

  • Request legally binding signatures on virtually any type of document
  • Embed document signing into your app or website
  • Collect form-data from recipients
  • Track documents in real-time
  • Enable multi-factor recipient authentication
  • Much more...

See the DocuSign DevCenter page for code samples showing common API workflows like sending documents for signature, embedded signing, polling for status; API reference documentation and more.


Tag usage

The tag is used for programming related questions with DocuSign technologies.

For non-programming DocuSign questions, please visit the DocuSign Community


5986 questions
6
votes
1 answer

Docusign Add Integrator Key not showing on docusign account admin panel

When i login to my docusign live account admin panel, i can not see any add integrator key button under API and Keys menu. So now, how can i generate integrator key?
Delwar Sumon
  • 472
  • 2
  • 15
6
votes
4 answers

DocuSign JWT Authentication: Unexpected PEM type

I can't authenticate with DocuSign's OAuth JWT because of the error Unexpected PEM Type. I'm using their Nuget package 2.2.0. If I change to 2.1.10 and tweak my code slightly I get this error Error calling Login: { "errorCode":…
Zach L
  • 1,277
  • 4
  • 18
  • 37
6
votes
4 answers

Voiding an envelope using the new DocuSign C# Client

I am trying to void an existing envelope using the updated version of the DocuSign C# Client (DocuSign.eSign). The envelope is in the Sent status and has not been completed or voided already. Currently I have following code: EnvelopesApi…
Blair L.
  • 163
  • 8
6
votes
1 answer

DocuSign Embedded signing API

two part question: We are trying to receive a notification that a Document is ready to sign (which we're not totally clear on what is provided in the notification). We don't want to do email notifications; we want to shut off those. We presume the…
OKGimmeMoney
  • 575
  • 2
  • 7
  • 19
6
votes
1 answer

Programmatically Approve DocuSign document

Soon after my user signs a DocuSign envelope, I want to be able to quickly approve or deny it. Referring to this SO question and this forum post, I've added myself as a Signer (as well as the Sender, I suppose) and created an Approve tag for my…
Simon Lepkin
  • 1,021
  • 1
  • 13
  • 25
6
votes
2 answers

Can we enable both Embedded and Remote Sign in DocuSign API using c#?

Create an envelope using Server Template and then get the return URL for Embedded signing and also send the Envelope to the recipient via email to sign the document. So that , User can sign the document either using Email Link (Remote) or Embedded…
zealmurali
  • 113
  • 1
  • 5
6
votes
1 answer

Migrating custom Tabs from Demo account to production account

We are migrating our DocuSign Demo account to production. For this- we downloaded all templates from demo account as xml and uploaded same on production account- Which is working fine. We have approx 200 custom Tabs created for these templates in…
Ashay Thorat
  • 643
  • 5
  • 12
6
votes
3 answers

Integrator Key to my api calls (DocuSign)

I just created my developer account with DocuSign and apparently I need to add an "Integrator Key" to my api calls, where can I get one from? Do I have to contact DocuSign?
Said Kaldybaev
  • 9,380
  • 8
  • 36
  • 53
5
votes
1 answer

DocuSign, Node SDK, JWT auth, Envelope fetch, "The custom error module does not recognize this error."

[FINAL UPDATE] Fixed per this thread: https://github.com/docusign/docusign-esign-node-client/issues/295 Apparently related to security additions made to DocuSign's API. I haven't encountered this issue before today. I gave a demo to a client just…
5
votes
1 answer

Options for integrating DocuSign into an SPA

I'm working on a submission for a conference. I'd like to integrate DocuSign with Alfresco's Angular based developer framework and specifically the Alfresco Content App. In order to keep things simple, I'd like to think about workflows that could be…
5
votes
1 answer

"The operation has timed out" error when login via DocuSign api in C#

I'm getting the following error since 31/05/2018 from the DocuSign API on login. DocuSign.eSign.Client.ApiException: 'Error calling Login: The operation has timed out'. We have been testing DocuSign API since last year and it was all working fine…
Deepthi
  • 147
  • 8
5
votes
2 answers

Is it possible to "limit" the width of a SignHere Tab?

I have the following code that creates a SignHere Tab at a specific location in my document page : SignHere signHere = new SignHere { DocumentId = documentId, PageNumber = pageNumber, …
Frederic
  • 2,015
  • 4
  • 20
  • 37
5
votes
1 answer

listStatusChanges api gives error after passing more than 50 envelopeids

I am calling Envelopes: listStatusChanges api to fetch envelope statuses. I am passing envelope ids(comma seperated list) as a parameter to this method, upto 50 envelope ids it gives me result but as soon as I pass more than 50 envelope ids it gives…
Jack
  • 75
  • 4
5
votes
2 answers

OAuth - DocuSign Log in page says 'The client id provided is not registered with DocuSign.'

I am new to the DocuSign integration. It seems I need to use the OAuth Authorization Code Grant so I am doing a GET with something like…
Beebout
  • 121
  • 1
  • 7
5
votes
1 answer

UI automation: Can we automate signing a document?

We are using protractor to automate the UI tests. As a part of our UI application we have to e-sign a docusign document. Is there a way to automate this document signing ?
Sheets
  • 51
  • 2